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

Method isAnalysisComplete

frontend/src/cache.ts:270–272  ·  view source on GitHub ↗

* Check if multi-batch analysis is complete.

()

Source from the content-addressed store, hash-verified

268 * Check if multi-batch analysis is complete.
269 */
270 isAnalysisComplete(): boolean {
271 return !this.analysisInProgress;
272 }
273
274 /**
275 * Reset analysis state (e.g., on error or cancellation).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected