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

Method getScopeValue

docs/scripts/ajv-validator.js:1105–1107  ·  view source on GitHub ↗
(prefix, keyOrRef)

Source from the content-addressed store, hash-verified

1103 return name;
1104 }
1105 getScopeValue(prefix, keyOrRef) {
1106 return this._extScope.getValue(prefix, keyOrRef);
1107 }
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) {

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected