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

Method getController

src/core/core.registry.js:65–67  ·  view source on GitHub ↗

* @param {string} id * @returns {typeof DatasetController}

(id)

Source from the content-addressed store, hash-verified

63 * @returns {typeof DatasetController}
64 */
65 getController(id) {
66 return this._get(id, this.controllers, 'controller');
67 }
68
69 /**
70 * @param {string} id

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected