Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
isObject
Function · 0.85
valueOrDefault
Function · 0.85
getScope
Function · 0.70
Tested by
no test coverage detected