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

6
LINES

< > BotCompany Repo | #1015098 // transpiledStandardFunctions_file

JavaX fragment (include)

static File transpiledStandardFunctions_file(TreeSet<S> functionSet) {
  S name = uniqueFileNameUsingMD5_80_v2(join("+", functionSet));
  File dir = javaxCachesDir("Transpiled Standard Functions");
  saveTextFileUnlessExists(newFile(dir, name + ".functions"), lines(functionSet));
  ret newFile(dir, name + ".java");
}

Author comment

Began life as a copy of #1015097

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1015098
Snippet name: transpiledStandardFunctions_file
Eternal ID of this version: #1015098/9
Text MD5: e032b42e5d51faffdefbdd5ff500f647
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-13 17:13:44
Source code size: 323 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 323 / 371
Version history: 8 change(s)
Referenced in: [show references]