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

Function get

src/helpers/helpers.config.ts:64–67  ·  view source on GitHub ↗

* A trap for getting property values.

(target, prop: string)

Source from the content-addressed store, hash-verified

62 * A trap for getting property values.
63 */
64 get(target, prop: string) {
65 return _cached(target, prop,
66 () => _resolveWithPrefixes(prop, prefixes, scopes, target));
67 },
68
69 /**
70 * A trap for Object.getOwnPropertyDescriptor.

Callers

nothing calls this directly

Calls 3

_cachedFunction · 0.85
_resolveWithPrefixesFunction · 0.85
_resolveWithContextFunction · 0.85

Tested by

no test coverage detected