svoid releaseEmptyFieldValuesOfAllConcepts(Concepts cc) { for (Concept c : cc.allConcepts()) dynamicObject_releaseEmptyFieldValues(c); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024462 |
Snippet name: | releaseEmptyFieldValuesOfAllConcepts - set fieldValues = null if it's empty (save memory) |
Eternal ID of this version: | #1024462/3 |
Text MD5: | 80bcdd184eca30838a0daf89491e0f63 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-13 12:51:06 |
Source code size: | 145 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 261 / 308 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1024465 - dynamicObject_releaseEmptyFieldValues - set fieldValues = null if it's empty (save memory) |