MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / BuildFuncInfo

Interface BuildFuncInfo

masfactory-visualizer/src/parser/nodeParser.ts:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121export interface BuildFuncInfo {
122 functionName: string; // The actual builder function name
123 modulePath: string; // Module path from import (if imported)
124 type: 'partial' | 'lambda' | 'closure' | 'direct'; // How the function is referenced
125}
126
127export interface NodeParseContext {
128 nodes: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected