Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ isInput
Method
isInput
src/backend/function-node.js:110–112 ·
view source on GitHub ↗
(argumentName)
Source
from the content-addressed store, hash-verified
108
}
109
110
isInput(argumentName) {
111
return
this.argumentTypes[this.argumentNames.indexOf(argumentName)] ===
'Input'
;
112
}
113
114
pushState(state) {
115
this.states.push(state);
Callers
1
astMemberExpression
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected