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

Method scopeRefs

docs/scripts/ajv-validator.js:1110–1112  ·  view source on GitHub ↗
(scopeName)

Source from the content-addressed store, hash-verified

1108 // return code that assigns values in the external scope to the names that are used internally
1109 // (same names that were returned by gen.scopeName or gen.scopeValue)
1110 scopeRefs(scopeName) {
1111 return this._extScope.scopeRefs(scopeName, this._values);
1112 }
1113 scopeCode() {
1114 return this._extScope.scopeCode(this._values);
1115 }

Callers 1

compileSchemaFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected