Libraryless. Click here for Pure Java version (13761L/94K).
1 | static volatile Concepts mainConcepts; // Where we create new concepts |
2 | |
3 | static Concepts db_mainConcepts() {
|
4 | if (mainConcepts == null) |
5 | mainConcepts = newConceptsWithClassFinder(getDBProgramID()); |
6 | ret mainConcepts; |
7 | } |
8 | |
9 | static void cleanMeUp_concepts() {
|
10 | if (db_mainConcepts() != null) db_mainConcepts().cleanMeUp(); |
11 | // mainConcepts = null; // TODO |
12 | } |
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: | 991 / 1290 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |