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

Class FunctionNode

src/index.d.ts:546–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544
545// These are mostly internal
546export class FunctionNode implements IFunctionSettings {
547 constructor(source: string, settings?: IFunctionNodeSettings);
548}
549
550export interface IFunctionNodeSettings extends IFunctionSettings {
551 argumentTypes: string[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…