MCPcopy Index your code
hub / github.com/hizzgdev/jsmind / get_selected_nodeid

Function get_selected_nodeid

example/2_features.js:146–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146function get_selected_nodeid() {
147 var selected_node = _jm.get_selected_node();
148 if (!!selected_node) {
149 return selected_node.id;
150 } else {
151 return null;
152 }
153}
154
155function add_node() {
156 var selected_node = _jm.get_selected_node(); // as parent of new node

Callers 11

modify_nodeFunction · 0.85
move_to_firstFunction · 0.85
move_to_lastFunction · 0.85
remove_nodeFunction · 0.85
change_text_fontFunction · 0.85
change_text_colorFunction · 0.85
change_background_colorFunction · 0.85
change_background_imageFunction · 0.85
expandFunction · 0.85
collapseFunction · 0.85
toggleFunction · 0.85

Calls 1

get_selected_nodeMethod · 0.80

Tested by

no test coverage detected