static void web_addLabelsFromNodeToNode(WebNode src, WebNode dest) { if (src == dest) ret; web_addLabels(dest, src.labels); } static void web_addLabelsFromNodeToNode(Map<WebNode> map) { for (WebNode key, value : map) { web_addLabelsFromNodeToNode(key, value); } }
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: | 683 / 715 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |