Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
Callers
2
testSetFunctionsFromArrayOnGPU
Function · 0.95
testSetFunctionsFromArrayOnKernel
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected