MCPcopy
hub / github.com/hizzgdev/jsmind / get_data

Method get_data

src/jsmind.js:399–402  ·  view source on GitHub ↗

* Serialize current mind to given format. * @param {'node_tree'|'node_array'|'freemind'|'text'} [data_format] * @returns {object}

(data_format)

Source from the content-addressed store, hash-verified

397 * @returns {object}
398 */
399 get_data(data_format) {
400 var df = data_format || 'node_tree';
401 return this.data.get_data(df);
402 }
403 /** @returns {import('./jsmind.node.js').Node} */
404 get_root() {
405 return this.mind.root;

Callers 11

show_dataFunction · 0.45
save_fileFunction · 0.45
get_nodearray_dataFunction · 0.45
save_nodearray_fileFunction · 0.45
get_freemind_dataFunction · 0.45
save_freemind_fileFunction · 0.45
jsmind.jsFile · 0.45
typescript-test.tsFile · 0.45
jsmind.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected