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

Function refId

masfactory-visualizer/webview-ui/src/utils/amlGraphDesign.ts:98–101  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

96}
97
98function refId(value: string): string {
99 const ref = String(value || '').trim();
100 return ref.startsWith('#') ? ref.slice(1) : ref;
101}
102
103function endpointToInternal(endpoint: string, parent?: string, loopScope = false): string {
104 const value = String(endpoint || '').trim();

Callers 3

splitQualifiedRefFunction · 0.85
resolveGraphRefFunction · 0.85
parseNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected