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

Function get_freemind_data

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

Source from the content-addressed store, hash-verified

413}
414
415function get_freemind_data() {
416 var mind_data = _jm.get_data('freemind');
417 var mind_string = jsMind.util.json.json2string(mind_data);
418 alert(mind_string);
419}
420
421function save_freemind_file() {
422 var mind_data = _jm.get_data('freemind');

Callers

nothing calls this directly

Calls 1

get_dataMethod · 0.45

Tested by

no test coverage detected