Warning: session_start(): open(/var/lib/php/sessions/sess_5p6j5uirs2gr1tsrr5t6cq0jap, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
web_collapseNodeWithCopy - also copies the text [1010127]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1010127 // web_collapseNodeWithCopy - also copies the text

JavaX fragment (include)

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  
}

Author comment

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: 593 / 608
Version history: 4 change(s)
Referenced in: [show references]