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.

1  
// mode = "quick", "medium", "fresh"
2  
// result = pair(ok, answer)
3  
static Pair<Bool, S> transpileOnBestServer(S snippetID, S mode) ctex {
4  
  ifndef NoLocalSnippets
5  
  if (isLocalSnippetID(snippetID)) {
6  
    transpileLocalSnippet(snippetID, mode);
7  
    ret pair(true, "OK");
8  
  }
9  
  endifndef
10  
    
11  
  ret haveTranspilationPassword()
12  
    ? print(+shouldTranspileOnDedi())
13  
      ? transpileOnDediServer(snippetID, mode)
14  
      : transpileOnNewServer(snippetID, mode)
15  
    : transpileOnServer(snippetID, mode);
16  
}
17  
18  
static Pair<Bool, S> transpileOnBestServer(S snippetID) {
19  
  ret transpileOnBestServer(snippetID, 'quick);
20  
}

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: 323 / 435
Version history: 10 change(s)
Referenced in: [show references]