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

Method triggerImplyArgumentType

src/backend/function-builder.js:76–78  ·  view source on GitHub ↗
(functionName, i, argumentType, requestingNode)

Source from the content-addressed store, hash-verified

74 };
75
76 const triggerImplyArgumentType = (functionName, i, argumentType, requestingNode) => {
77 functionBuilder.assignArgumentType(functionName, i, argumentType, requestingNode);
78 };
79
80 const triggerImplyArgumentBitRatio = (functionName, argumentName, calleeFunctionName, argumentIndex) => {
81 functionBuilder.assignArgumentBitRatio(functionName, argumentName, calleeFunctionName, argumentIndex);

Callers 2

astCallExpressionMethod · 0.80
astCallExpressionMethod · 0.80

Calls 1

assignArgumentTypeMethod · 0.80

Tested by

no test coverage detected