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

Method _blockNode

docs/scripts/ajv-validator.js:1311–1314  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

1309 return this;
1310 }
1311 _blockNode(node) {
1312 this._currNode.nodes.push(node);
1313 this._nodes.push(node);
1314 }
1315 _endBlockNode(N1, N2) {
1316 const n = this._currNode;
1317 if (n instanceof N1 || (N2 && n instanceof N2)) {

Callers 5

ifMethod · 0.95
_forMethod · 0.95
returnMethod · 0.95
tryMethod · 0.95
funcMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected