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

Function show_selected

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

Source from the content-addressed store, hash-verified

135}
136
137function show_selected() {
138 var selected_node = _jm.get_selected_node();
139 if (!!selected_node) {
140 prompt_info(selected_node.topic);
141 } else {
142 prompt_info('nothing');
143 }
144}
145
146function get_selected_nodeid() {
147 var selected_node = _jm.get_selected_node();

Callers

nothing calls this directly

Calls 2

prompt_infoFunction · 0.85
get_selected_nodeMethod · 0.80

Tested by

no test coverage detected