MCPcopy
hub / github.com/ajv-validator/ajv / _blockNode

Method _blockNode

lib/compile/codegen/index.ts:740–743  ·  view source on GitHub ↗
(node: StartBlockNode)

Source from the content-addressed store, hash-verified

738 }
739
740 private _blockNode(node: StartBlockNode): void {
741 this._currNode.nodes.push(node)
742 this._nodes.push(node)
743 }
744
745 private _endBlockNode(N1: EndBlockNodeType, N2?: EndBlockNodeType): CodeGen {
746 const n = this._currNode

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