Libraryless. Click here for Pure Java version (13232L/90K).
static Lock dbLock() { ret db_mainConcepts().lock; } static Lock dbLock(Concepts cc) { ret cc?.lock; } static Lock dbLock(Concept c) { ret dbLock(c?._concepts); }
Began life as a copy of #1006056
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: | #1009321 |
| Snippet name: | dbLock - mainconcepts.lock |
| Eternal ID of this version: | #1009321/5 |
| Text MD5: | f6bba551d979781cac65e191b373c68c |
| Transpilation MD5: | b782a92eedaf06a2a1f6b7a63d3ffc46 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-17 16:24:36 |
| Source code size: | 180 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 871 / 1029 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011600 - aiLock - defaults to dbLock |