1 | static void web_collapseNodeWithCopy(WebNode a, WebNode b) {
|
2 | web_deleteRelation(a, b); |
3 | web_copyRelations(a, b); |
4 | web_copyLabels(a, b); |
5 | web_removeNode(a); |
6 | } |
Began life as a copy of #1010073
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: | #1010127 |
| Snippet name: | web_collapseNodeWithCopy - also copies the text |
| Eternal ID of this version: | #1010127/5 |
| Text MD5: | 3f7f970c5fee156ecb7395ab1fd88d2c |
| 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-03 23:34:39 |
| Source code size: | 167 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 751 / 771 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |