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

Method label

docs/scripts/ajv-validator.js:1233–1235  ·  view source on GitHub ↗
(label)

Source from the content-addressed store, hash-verified

1231 }
1232 // `label` statement
1233 label(label) {
1234 return this._leafNode(new Label(label));
1235 }
1236 // `break` statement
1237 break(label) {
1238 return this._leafNode(new Break(label));

Callers 1

loopN2Function · 0.80

Calls 1

_leafNodeMethod · 0.95

Tested by

no test coverage detected