MCPcopy Index your code
hub / github.com/gpujs/gpu.js / initPlugins

Method initPlugins

src/backend/kernel.js:310–312  ·  view source on GitHub ↗

* @param {IDirectKernelSettings} settings * @return {string[]}; * @abstract

(settings)

Source from the content-addressed store, hash-verified

308 * @abstract
309 */
310 initPlugins(settings) {
311 throw new Error(`"initPlugins" not defined on ${ this.constructor.name }`);
312 }
313
314 /**
315 *

Callers 1

mergeSettingsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected