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

Function prefixed

masfactory-visualizer/src/webview/graphMerge.ts:84–84  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

82
83 const prefix = `${parentNode}_`;
84 const prefixed = (name: string) => `${prefix}${name}`;
85
86 const localSubgraphs: Record<string, string[]> = structure.subgraphs || {};
87 const localTypes: Record<string, string> = structure.nodeTypes || {};

Callers 1

mergePrefixedStructureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected