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

Method destroyContext

src/backend/kernel.js:28–30  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

26 }
27
28 static destroyContext(context) {
29 throw new Error(`"destroyContext" called on ${ this.name }`);
30 }
31
32 static nativeFunctionArguments() {
33 throw new Error(`"nativeFunctionArguments" called on ${ this.name }`);

Callers 1

destroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected