MCPcopy Index your code
hub / github.com/NikLever/ThreeJS-PathEditor / render

Method render

index.js:596–600  ·  view source on GitHub ↗
(save = false)

Source from the content-addressed store, hash-verified

594 }
595
596 render(save = false){
597 this.graph.render( this.nodes, this.activeNode, this.activeCtrl, this.ghosts.paths );
598
599 if (save) this.store.write( this.config, this.nodes );
600 }
601}
602
603const app = new App();

Callers 8

constructorMethod · 0.95
updatePathNamesGUIMethod · 0.95
loadPathMethod · 0.95
deleteNodeMethod · 0.95
changeNodeMethod · 0.95
newPathMethod · 0.95
addNodeMethod · 0.95
resizeMethod · 0.95

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected