MCPcopy Index your code
hub / github.com/json-editor/json-editor / endFunc

Method endFunc

docs/scripts/ajv-validator.js:1298–1300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1296 }
1297 // end function definition
1298 endFunc() {
1299 return this._endBlockNode(Func);
1300 }
1301 optimize(n = 1) {
1302 while (n-- > 0) {
1303 this._root.optimizeNodes();

Callers 1

funcMethod · 0.80

Calls 1

_endBlockNodeMethod · 0.95

Tested by

no test coverage detected