Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gpujs/gpu.js
/ getKernelResultType
Method
getKernelResultType
src/backend/function-builder.js:592–594 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
590
}
591
592
getKernelResultType() {
593
return
this.rootNode.returnType || this.rootNode.getType(this.rootNode.ast);
594
}
595
596
getSubKernelResultType(index) {
597
const
subKernelNode = this.subKernelNodes[index];
Callers
2
setupReturnTypes
Method · 0.80
translateSource
Method · 0.80
Calls
1
getType
Method · 0.80
Tested by
no test coverage detected