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

5
LINES

< > BotCompany Repo | #1020381 // isLocalSnippetTranspiled - TODO: check for start date of transpilation

JavaX fragment (include)

sbool isLocalSnippetTranspiled(S snippetID) {
  File srcFile = localSnippetFile(snippetID);
  File transpiledFile = getActualCachedTranspilationFile(snippetID);
  ret fileIsNewerThanOtherFile(transpiledFile, srcFile);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020381
Snippet name: isLocalSnippetTranspiled - TODO: check for start date of transpilation
Eternal ID of this version: #1020381/2
Text MD5: 7dad8e19e623604b8adfbe4f03eb80ed
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-18 12:57:15
Source code size: 223 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 210 / 255
Version history: 1 change(s)
Referenced in: [show references]