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

Method load

src/jsmind.view_provider.js:185–190  ·  view source on GitHub ↗

Load and initialize the view.

()

Source from the content-addressed store, hash-verified

183 }
184 /** Load and initialize the view. */
185 load() {
186 logger.debug('view.load');
187 this.setup_canvas_draggable(this.opts.draggable);
188 this.init_nodes();
189 this._initialized = true;
190 }
191 /** Calculate and set the expanded canvas size. */
192 expand_size() {
193 var min_size = this.layout.get_min_size();

Callers 3

jsmind.jsFile · 0.45
_showMethod · 0.45

Calls 2

init_nodesMethod · 0.95

Tested by

no test coverage detected