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; }
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: | 482 / 536 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |