MCPcopy Create free account
hub / github.com/codag-megalith/codag-visualizer / initCallGraphPersistence

Function initCallGraphPersistence

frontend/src/analysis/state.ts:96–99  ·  view source on GitHub ↗
(ctx: { globalState: { get: (key: string) => any; update: (key: string, value: any) => Thenable<void> } })

Source from the content-addressed store, hash-verified

94
95/** Initialize call graph persistence with extension context */
96export function initCallGraphPersistence(ctx: { globalState: { get: (key: string) => any; update: (key: string, value: any) => Thenable<void> } }): void {
97 extensionContext = ctx;
98 loadCallGraphsFromStorage();
99}
100
101/** Load call graphs from persistent storage */
102function loadCallGraphsFromStorage(): void {

Callers 1

activateFunction · 0.90

Calls 1

Tested by

no test coverage detected