static void web_setLabels(WebNode node, L<Lisp> labels) { if (eq(labels, node.labels)) ret; web_deindex(node); node.labels = cloneList(labels); web_index(node); }
Began life as a copy of #1010104
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1010129 |
Snippet name: | web_setLabels - change labels of node |
Eternal ID of this version: | #1010129/2 |
Text MD5: | 77baf0943af3df4ce90231682f0d7584 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-11 17:23:13 |
Source code size: | 175 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 528 / 538 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010332 - web_addLabels - add labels to node #1011009 - web_setTexts - change labels of node #1011461 - web_setLabels_forced |