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

Method getCachedGraphSync

frontend/src/cache.ts:931–933  ·  view source on GitHub ↗

* Synchronously get the last known merged graph (for instant feedback). * Returns null if no graph has been computed yet. * Use this for immediate UI responses before async operations complete.

()

Source from the content-addressed store, hash-verified

929 * Use this for immediate UI responses before async operations complete.
930 */
931 getCachedGraphSync(): WorkflowGraph | null {
932 return this.lastMergedGraph;
933 }
934
935 /**
936 * Compute workflows using LLM-assigned workflow names per file,

Callers 1

scheduleFileAnalysisFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected