MCPcopy Create free account
hub / github.com/Roy3838/Observer / debug

Method debug

app/src/utils/IterationStore.ts:574–581  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

572
573 // Debug method
574 public debug() {
575 console.log('IterationStore Debug:', {
576 totalIterations: this.iterations.size,
577 currentSessions: Array.from(this.currentSessions.entries()),
578 sessionCounts: Array.from(this.sessionIterationCounts.entries()),
579 iterations: Array.from(this.iterations.values())
580 });
581 }
582}
583
584// Export singleton instance

Callers

nothing calls this directly

Calls 1

logMethod · 0.80

Tested by

no test coverage detected