MCPcopy Create free account
hub / github.com/gpujs/gpu.js / setFunctions

Method setFunctions

src/gpu.js:491–494  ·  view source on GitHub ↗
(functions)

Source from the content-addressed store, hash-verified

489 }
490
491 setFunctions(functions) {
492 this.functions = functions;
493 return this;
494 }
495
496 setNativeFunctions(nativeFunctions) {
497 this.nativeFunctions = nativeFunctions;

Calls

no outgoing calls

Tested by

no test coverage detected