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

Method render

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

Source from the content-addressed store, hash-verified

995 this.iterable = iterable;
996 }
997 render(opts) {
998 return `for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})` + super.render(opts);
999 }
1000 optimizeNames(names, constants) {
1001 if (!super.optimizeNames(names, constants))
1002 return;

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected