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

Function show_data

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

Source from the content-addressed store, hash-verified

99}
100
101function show_data() {
102 var mind_data = _jm.get_data();
103 var mind_string = jsMind.util.json.json2string(mind_data);
104 prompt_info(mind_string);
105}
106
107function save_file() {
108 var mind_data = _jm.get_data();

Callers

nothing calls this directly

Calls 2

prompt_infoFunction · 0.85
get_dataMethod · 0.45

Tested by

no test coverage detected