1 | static void web_setLabels(WebNode node, L<Lisp> labels) {
|
2 | if (eq(labels, node.labels)) ret; |
3 | web_deindex(node); |
4 | node.labels = cloneList(labels); |
5 | web_index(node); |
6 | } |
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: | 777 / 778 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |