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

Method triggerImplyArgumentBitRatio

src/backend/function-builder.js:80–82  ·  view source on GitHub ↗
(functionName, argumentName, calleeFunctionName, argumentIndex)

Source from the content-addressed store, hash-verified

78 };
79
80 const triggerImplyArgumentBitRatio = (functionName, argumentName, calleeFunctionName, argumentIndex) => {
81 functionBuilder.assignArgumentBitRatio(functionName, argumentName, calleeFunctionName, argumentIndex);
82 };
83
84 const onFunctionCall = (functionName, calleeFunctionName, args) => {
85 functionBuilder.trackFunctionCall(functionName, calleeFunctionName, args);

Callers 1

astCallExpressionMethod · 0.80

Calls 1

Tested by

no test coverage detected