static String getServerTranspiled(S snippetID) { ret getServerTranspiled(snippetID, null); } sbool getServerTranspiled_printStackTrace; // returns "SAME" if md5 matches static String getServerTranspiled(S snippetID, S expectedMD5) ctex { if (getServerTranspiled_printStackTrace) printStackTrace(); long id = parseSnippetID(snippetID); /*S t = getTranspilationFromBossBot(id); if (t != null) return t;*/ S text = loadPage_utf8(tb_mainServer() + "/tb-int/get-transpiled.php?raw=1&withlibs=1&id=" + id + "&utf8=1" + (l(expectedMD5) > 1 ? "&md5=" + urlencode(expectedMD5) : "") + standardCredentials()); if (nempty(text) && neq(text, "SAME")) saveTranspiledCode(snippetID, text); ret text; }