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

Method endFor

lib/compile/codegen/index.ts:651–653  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

649
650 // end `for` loop
651 endFor(): CodeGen {
652 return this._endBlockNode(For)
653 }
654
655 // `label` statement
656 label(label: Name): CodeGen {

Callers 2

_forMethod · 0.80
codegen.spec.tsFile · 0.80

Calls 1

_endBlockNodeMethod · 0.95

Tested by

no test coverage detected