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

Method needsArgumentType

src/backend/function-builder.js:52–54  ·  view source on GitHub ↗
(functionName, index)

Source from the content-addressed store, hash-verified

50 }
51
52 const needsArgumentType = (functionName, index) => {
53 return functionBuilder.needsArgumentType(functionName, index);
54 };
55
56 const assignArgumentType = (functionName, index, type) => {
57 functionBuilder.assignArgumentType(functionName, index, type);

Callers 1

Calls 2

_isFunctionMethod · 0.95
_getFunctionMethod · 0.95

Tested by

no test coverage detected