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

Method optimizeNodes

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

Source from the content-addressed store, hash-verified

1036 return code;
1037 }
1038 optimizeNodes() {
1039 var _a, _b;
1040 super.optimizeNodes();
1041 (_a = this.catch) === null || _a === void 0 ? void 0 : _a.optimizeNodes();
1042 (_b = this.finally) === null || _b === void 0 ? void 0 : _b.optimizeNodes();
1043 return this;
1044 }
1045 optimizeNames(names, constants) {
1046 var _a, _b;
1047 super.optimizeNames(names, constants);

Callers

nothing calls this directly

Calls 1

optimizeNodesMethod · 0.45

Tested by

no test coverage detected