Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
traceFunctionAST
Method · 0.65
Implementers
2
FunctionNode
src/index.d.ts
FunctionBuilder
src/backend/function-builder.js
Calls
no outgoing calls
Tested by
no test coverage detected