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

Method lookupFunctionArgumentName

src/backend/function-builder.js:68–70  ·  view source on GitHub ↗
(functionName, argumentIndex)

Source from the content-addressed store, hash-verified

66 };
67
68 const lookupFunctionArgumentName = (functionName, argumentIndex) => {
69 return functionBuilder.lookupFunctionArgumentName(functionName, argumentIndex);
70 };
71
72 const lookupFunctionArgumentBitRatio = (functionName, argumentName) => {
73 return functionBuilder.lookupFunctionArgumentBitRatio(functionName, argumentName);

Callers

nothing calls this directly

Calls 1

_getFunctionMethod · 0.95

Tested by

no test coverage detected