MCPcopy Create free account
hub / github.com/json-editor/json-editor / render

Method render

docs/scripts/ajv-validator.js:857–859  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

855 this.nodes = nodes;
856 }
857 render(opts) {
858 return this.nodes.reduce((code, n) => code + n.render(opts), "");
859 }
860 optimizeNodes() {
861 const { nodes } = this;
862 let i = nodes.length;

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected