Libraryless. Click here for Pure Java version (15049L/97K).
static Map conceptShadow_rawMap(Concept c) { if (c == null) null; Map map = objectToMap_nonTransient(c); map.remove("refs"); map.remove("backRefs"); map.remove("fieldValues"); map.put(":class", getClassName(c)); ret map; }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031044 |
Snippet name: | conceptShadow_rawMap |
Eternal ID of this version: | #1031044/13 |
Text MD5: | 4521fc24fbd3a23e141241ab34c8b8eb |
Transpilation MD5: | 0008cb52a3d3bf4637377c7acd10920f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-05-01 15:35:53 |
Source code size: | 244 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 221 / 324 |
Version history: | 12 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1031064 - conceptShadow |