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

Method getPlugin

src/core/core.registry.js:81–83  ·  view source on GitHub ↗

* @param {string} id * @returns {object}

(id)

Source from the content-addressed store, hash-verified

79 * @returns {object}
80 */
81 getPlugin(id) {
82 return this._get(id, this.plugins, 'plugin');
83 }
84
85 /**
86 * @param {string} id

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected