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

Method endIf

docs/scripts/ajv-validator.js:1189–1191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1187 }
1188 // end `if` statement (needed if gen.if was used only with condition)
1189 endIf() {
1190 return this._endBlockNode(If, Else);
1191 }
1192 _for(node, forBody) {
1193 this._blockNode(node);
1194 if (forBody)

Callers 7

ifMethod · 0.80
coerceDataFunction · 0.80
groupKeywordsFunction · 0.80
failResultMethod · 0.80
failMethod · 0.80
codeFunction · 0.80
validateMappingFunction · 0.80

Calls 1

_endBlockNodeMethod · 0.95

Tested by

no test coverage detected