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

Method register

src/core/core.controller.js:112–115  ·  src/core/core.controller.js::Chart.register
(...items)

Source from the content-addressed store, hash-verified

110 static getChart = getChart;
111
112 static register(...items) {
113 registry.add(...items);
114 invalidatePlugins();
115 }
116
117 static unregister(...items) {
118 registry.remove(...items);

Callers

nothing calls this directly

Calls 2

invalidatePluginsFunction · 0.85
addMethod · 0.65

Tested by

no test coverage detected