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

Method batchCompleted

frontend/src/cache.ts:258–265  ·  view source on GitHub ↗

* Mark a batch as completed. * When all batches complete, analysis state resets and full filtering is applied.

()

Source from the content-addressed store, hash-verified

256 * When all batches complete, analysis state resets and full filtering is applied.
257 */
258 batchCompleted(): void {
259 if (this.pendingBatchCount > 0) {
260 this.pendingBatchCount--;
261 }
262 if (this.pendingBatchCount === 0) {
263 this.analysisInProgress = false;
264 }
265 }
266
267 /**
268 * Check if multi-batch analysis is complete.

Callers 5

activateFunction · 0.95
analyzeSelectedFilesFunction · 0.45
analyzeWorkspaceFunction · 0.45
cacheBatchGraphFunction · 0.45
analyzeBatchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected