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

Method onFunctionCall

src/backend/function-builder.js:84–86  ·  view source on GitHub ↗
(functionName, calleeFunctionName, args)

Source from the content-addressed store, hash-verified

82 };
83
84 const onFunctionCall = (functionName, calleeFunctionName, args) => {
85 functionBuilder.trackFunctionCall(functionName, calleeFunctionName, args);
86 };
87
88 const onNestedFunction = (ast, source) => {
89 const argumentNames = [];

Callers 2

astCallExpressionMethod · 0.80
astCallExpressionMethod · 0.80

Calls 1

trackFunctionCallMethod · 0.80

Tested by

no test coverage detected