1 | static void web_addLabelsFromNodeToNode(WebNode src, WebNode dest) { |
2 | if (src == dest) ret; |
3 | web_addLabels(dest, src.labels); |
4 | } |
5 | |
6 | static void web_addLabelsFromNodeToNode(Map<WebNode> map) { |
7 | for (WebNode key, value : map) { |
8 | web_addLabelsFromNodeToNode(key, value); |
9 | } |
10 | } |
Began life as a copy of #1010130
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: | #1010331 |
Snippet name: | web_addLabelsFromNodeToNode |
Eternal ID of this version: | #1010331/3 |
Text MD5: | 9286dd750bdee7b08323b004a9579b40 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-22 18:09:15 |
Source code size: | 285 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 453 / 480 |
Version history: | 2 change(s) |
Referenced in: | [show references] |