MCPcopy Create free account
hub / github.com/microsoft/SandDance / toJSON

Function toJSON

docs/app/js/sanddance-app.js:123172–123174  ·  view source on GitHub ↗
(indent)

Source from the content-addressed store, hash-verified

123170}
123171Scenegraph.prototype = {
123172 toJSON (indent) {
123173 return sceneToJSON(this.root, indent || 0);
123174 },
123175 mark (markdef, group6, index) {
123176 group6 = group6 || this.root.items[0];
123177 const mark = createMark(markdef, group6);

Callers

nothing calls this directly

Calls 1

sceneToJSONFunction · 0.70

Tested by

no test coverage detected