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

Method startMultiBatchAnalysis

frontend/src/cache.ts:249–252  ·  view source on GitHub ↗

* Start tracking a multi-batch analysis. * During multi-batch analysis, workflow filtering is deferred until all batches complete. * This prevents nodes from being filtered out before their cross-batch connections are established.

(totalBatches: number)

Source from the content-addressed store, hash-verified

247 * This prevents nodes from being filtered out before their cross-batch connections are established.
248 */
249 startMultiBatchAnalysis(totalBatches: number): void {
250 this.analysisInProgress = true;
251 this.pendingBatchCount = totalBatches;
252 }
253
254 /**
255 * Mark a batch as completed.

Callers 2

activateFunction · 0.95
analyzeWorkspaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected