Libraryless. Click here for Pure Java version (13223L/89K).
1 | // returns number of changes |
2 | static int cset_sync(Concept c, O... values) ctex {
|
3 | lock dbLock(c); |
4 | ret cset(c, values); |
5 | } |
Began life as a copy of #1009257
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: | #1023723 |
| Snippet name: | cset_sync - set fields in Concept object (synchronizing on DB) |
| Eternal ID of this version: | #1023723/4 |
| Text MD5: | 1d62e7d557ac3c2c7e616ee08b0c39be |
| Transpilation MD5: | 354e590fa800e7efb9319f3125f0fb46 |
| 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:25:08 |
| Source code size: | 127 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 473 / 604 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |