Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
if
Method · 0.95
_for
Method · 0.95
return
Method · 0.95
try
Method · 0.95
func
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected