MCPcopy
hub / github.com/chartjs/Chart.js / get

Method get

src/core/core.defaults.js:97–99  ·  view source on GitHub ↗

* @param {string} scope

(scope)

Source from the content-addressed store, hash-verified

95 * @param {string} scope
96 */
97 get(scope) {
98 return getScope(this, scope);
99 }
100
101 /**
102 * @param {string|object} scope

Callers

nothing calls this directly

Calls 3

isObjectFunction · 0.85
valueOrDefaultFunction · 0.85
getScopeFunction · 0.70

Tested by

no test coverage detected