1 | static WebNode cloneNodeToWeb(WebNode node, Web w) {
|
2 | WebNode n = w.newNode(); |
3 | n.addLabels(web_labels(node)); |
4 | copyFields(node, n, 'x, 'y); |
5 | ret n; |
6 | } |
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: | #1010269 |
| Snippet name: | cloneNodeToWeb |
| Eternal ID of this version: | #1010269/2 |
| Text MD5: | 85870f42e6c058485467c21f44ce7239 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-02 03:12:23 |
| Source code size: | 159 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 768 / 822 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |