Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hizzgdev/jsmind
/ move_node
Function
move_node
example/2_features.js:238–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
}
237
238
function
move_node() {
239
// move a node before another
240
_jm.move_node(
'other'
,
'open'
);
241
}
242
243
function
remove_node() {
244
var
selected_id = get_selected_nodeid();
Callers
nothing calls this directly
Calls
1
move_node
Method · 0.45
Tested by
no test coverage detected