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

Method assignArgumentType

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

Source from the content-addressed store, hash-verified

54 };
55
56 const assignArgumentType = (functionName, index, type) => {
57 functionBuilder.assignArgumentType(functionName, index, type);
58 };
59
60 const lookupReturnType = (functionName, ast, requestingNode) => {
61 return functionBuilder.lookupReturnType(functionName, ast, requestingNode);

Callers 2

Calls 2

_isFunctionMethod · 0.95
_getFunctionMethod · 0.95

Tested by

no test coverage detected