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

Function needsSubResolver

src/helpers/helpers.config.ts:215–216  ·  view source on GitHub ↗
(prop: string, value: unknown)

Source from the content-addressed store, hash-verified

213
214const readKey = (prefix: string, name: string) => prefix ? prefix + _capitalize(name) : name;
215const needsSubResolver = (prop: string, value: unknown) => isObject(value) && prop !== 'adapters' &&
216 (Object.getPrototypeOf(value) === null || value.constructor === Object);
217
218function _cached(
219 target: AnyObject,

Callers 3

_resolveWithContextFunction · 0.85
_resolveScriptableFunction · 0.85
_resolveWithPrefixesFunction · 0.85

Calls 1

isObjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…