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

Method _leafNode

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

Source from the content-addressed store, hash-verified

1305 }
1306 }
1307 _leafNode(node) {
1308 this._currNode.nodes.push(node);
1309 return this;
1310 }
1311 _blockNode(node) {
1312 this._currNode.nodes.push(node);
1313 this._nodes.push(node);

Callers 7

_defMethod · 0.95
assignMethod · 0.95
addMethod · 0.95
codeMethod · 0.95
labelMethod · 0.95
breakMethod · 0.95
throwMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected