MCPcopy
hub / github.com/chartjs/Chart.js / options.ts

File options.ts

test/types/helpers/options.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createContext } from '../../../src/helpers/helpers.options.js';
2
3const context1 = createContext(null, { type: 'test1', parent: true });
4const context2 = createContext(context1, { type: 'test2' });

Callers

nothing calls this directly

Calls 1

createContextFunction · 0.85

Tested by

no test coverage detected