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

Method onNestedFunction

src/index.d.ts:509–509  ·  view source on GitHub ↗
(ast: any, source: string)

Source from the content-addressed store, hash-verified

507 isRootKernel?: boolean;
508 isSubKernel?: boolean;
509 onNestedFunction?(ast: any, source: string): void;
510 lookupReturnType?(functionName: string, ast: any, node: FunctionNode): void;
511 plugins?: any[];
512

Callers 1

traceFunctionASTMethod · 0.65

Implementers 2

FunctionNodesrc/index.d.ts
FunctionBuildersrc/backend/function-builder.js

Calls

no outgoing calls

Tested by

no test coverage detected