Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1031044 // conceptShadow_rawMap

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (15049L/97K).

1  
static Map conceptShadow_rawMap(Concept c) {
2  
  if (c == null) null;
3  
  Map map = objectToMap_nonTransient(c);
4  
  map.remove("refs");
5  
  map.remove("backRefs");
6  
  map.remove("fieldValues");
7  
  map.put(":class", getClassName(c));
8  
  ret map;
9  
}

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: 145 / 224
Version history: 12 change(s)
Referenced in: [show references]