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

Method render

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

Source from the content-addressed store, hash-verified

1064 this.error = error;
1065 }
1066 render(opts) {
1067 return `catch(${this.error})` + super.render(opts);
1068 }
1069 }
1070 Catch.kind = "catch";
1071 class Finally extends BlockNode {

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected