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

5
LINES

< > BotCompany Repo | #1020460 // standardFunctionsCacheUpToDate

JavaX fragment (include)

sbool standardFunctionsCacheUpToDate(TreeSet<S> functionSet) {
  File f = transpiledStandardFunctions_file(functionSet);
  long date = recommendedTranspilationDateForStandardFunctions(functionSet);
  ret date != 0 && f.lastModified() >= date;
}

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: #1020460
Snippet name: standardFunctionsCacheUpToDate
Eternal ID of this version: #1020460/2
Text MD5: af7df40eda9fba70a0dddc8051824647
Author: stefan
Category: javax / transpiling
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-23 00:03:27
Source code size: 248 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 256 / 274
Version history: 1 change(s)
Referenced in: [show references]