MCPcopy Create free account
hub / github.com/json-editor/json-editor / scopeName

Method scopeName

docs/scripts/ajv-validator.js:1095–1097  ·  view source on GitHub ↗
(prefix)

Source from the content-addressed store, hash-verified

1093 }
1094 // reserves unique name in the external scope
1095 scopeName(prefix) {
1096 return this._extScope.name(prefix);
1097 }
1098 // reserves unique name in the external scope and assigns value to it
1099 scopeValue(prefixOrName, value) {
1100 const name = this._extScope.value(prefixOrName, value);

Callers 1

compileSchemaFunction · 0.95

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected