Libraryless. Click here for Pure Java version (14756L/95K).
svoid db_checkConceptIDs(Concepts cc default db_mainConcepts()) { if (cc == null) ret; for (Long id, Concept c : cc.concepts) if (c.id != id) fail("Bad concept id: " + id + " / " + c.id); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030839 |
| Snippet name: | db_checkConceptIDs |
| Eternal ID of this version: | #1030839/1 |
| Text MD5: | 84c5aa5ab933c40b71311cecaef8630f |
| Transpilation MD5: | 2a7475f60cda59dcfc2f32490fcd9800 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-02 14:46:45 |
| Source code size: | 208 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 417 / 535 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |