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

9
LINES

< > BotCompany Repo | #1020459 // recommendedTranspilationDateForStandardFunctions

JavaX fragment (include)

static long recommendedTranspilationDateForStandardFunctions(Collection<S> sfNames) {
  long date = 0;
  for (S name : sfNames) {
    long d = recommendedTranspilationDateForStandardFunction(name);
    if (d == 0) ret 0; // unknown, retranspile
    date = max(date, d);
  }
  ret date;
}

Author comment

Began life as a copy of #1020456

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: #1020459
Snippet name: recommendedTranspilationDateForStandardFunctions
Eternal ID of this version: #1020459/1
Text MD5: 171d584faa9e45bf7ca228220925dc85
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:02:26
Source code size: 295 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 209 / 250
Referenced in: [show references]