MCPcopy 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
238function move_node() {
239 // move a node before another
240 _jm.move_node('other', 'open');
241}
242
243function remove_node() {
244 var selected_id = get_selected_nodeid();

Callers

nothing calls this directly

Calls 1

move_nodeMethod · 0.45

Tested by

no test coverage detected