static AIConcept fastLoadAIConcept(O o) { AIConcept c = unlisted(AIConcept); copyFields(o, c, "id", "globalID", "importedFrom", "originatingUniverse", "exportable", "imageMD5", "suggestedImageMD5", "searchedForSuggestedImage", "imported", "touched", "created", "name", "comment"); c.pngFile.set(fastLoadPNGFile(get(get(o, "pngFile"), "value"))); c.suggestedImage.set(fastLoadPNGFile(get(get(o, "suggestedImage"), "value"))); ret c; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1007629 |
Snippet name: | fastLoadAIConcept |
Eternal ID of this version: | #1007629/5 |
Text MD5: | 729b5fba083d8b0416fa8c7bd679bf46 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-03-29 16:20:36 |
Source code size: | 449 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 567 / 565 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007630 - fastLoadStatement |