Libraryless. Click here for Pure Java version (13761L/94K).
static volatile Concepts mainConcepts; // Where we create new concepts static Concepts db_mainConcepts() { if (mainConcepts == null) mainConcepts = newConceptsWithClassFinder(getDBProgramID()); ret mainConcepts; } static void cleanMeUp_concepts() { if (db_mainConcepts() != null) db_mainConcepts().cleanMeUp(); // mainConcepts = null; // TODO }
download show line numbers debug dex old transpilations
Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1020879 |
| Snippet name: | db_mainConcepts |
| Eternal ID of this version: | #1020879/6 |
| Text MD5: | 92645dcc63e618d78405e1a133e1ff96 |
| Transpilation MD5: | d4fe315673fb3986766fc20b3bee2e8f |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-12-18 03:06:17 |
| Source code size: | 371 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 992 / 1290 |
| Version history: | 5 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1027606 - newConceptsWithClassFinder #1030949 - Transpiler output of #1031393 |