Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

20
LINES

< > BotCompany Repo | #1019505 // transpileOnBestServer

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (16796L) is out of date.

// mode = "quick", "medium", "fresh"
// result = pair(ok, answer)
static Pair<Bool, S> transpileOnBestServer(S snippetID, S mode) ctex {
  ifndef NoLocalSnippets
  if (isLocalSnippetID(snippetID)) {
    transpileLocalSnippet(snippetID, mode);
    ret pair(true, "OK");
  }
  endifndef
    
  ret haveTranspilationPassword()
    ? print(+shouldTranspileOnDedi())
      ? transpileOnDediServer(snippetID, mode)
      : transpileOnNewServer(snippetID, mode)
    : transpileOnServer(snippetID, mode);
}

static Pair<Bool, S> transpileOnBestServer(S snippetID) {
  ret transpileOnBestServer(snippetID, 'quick);
}

Author comment

Began life as a copy of #1019465

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019505
Snippet name: transpileOnBestServer
Eternal ID of this version: #1019505/11
Text MD5: c3e921bc9f3c954a9e1a995a67d4ae10
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-06-11 02:01:21
Source code size: 626 bytes / 20 lines
Pitched / IR pitched: No / No
Views / Downloads: 313 / 420
Version history: 10 change(s)
Referenced in: [show references]