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

Method get

src/types/index.d.ts:685–685  ·  view source on GitHub ↗
(scope: string)

Source from the content-addressed store, hash-verified

683 set(values: AnyObject): AnyObject;
684 set(scope: string, values: AnyObject): AnyObject;
685 get(scope: string): AnyObject;
686
687 describe(scope: string, values: AnyObject): AnyObject;
688 override(scope: string, values: AnyObject): AnyObject;

Callers 15

animationsExpectationsFunction · 0.65
_createAnimationsMethod · 0.65
registerDefaultsFunction · 0.65
_getMethod · 0.65
_getAnimsMethod · 0.65
startMethod · 0.65
runningMethod · 0.65
stopMethod · 0.65
cachedKeysFunction · 0.65
_cachedScopesMethod · 0.65
getOptionScopesMethod · 0.65

Implementers 1

Defaultssrc/core/core.defaults.js

Calls

no outgoing calls

Tested by

no test coverage detected