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

Method initCanvas

src/backend/kernel.js:293–295  ·  view source on GitHub ↗

* @abstract * @return {Object}

()

Source from the content-addressed store, hash-verified

291 * @return {Object}
292 */
293 initCanvas() {
294 throw new Error(`"initCanvas" not defined on ${ this.constructor.name }`);
295 }
296
297 /**
298 * @abstract

Callers 1

mergeSettingsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected