MCPcopy Create free account
hub / github.com/chekusu/wanman / currentLoop

Method currentLoop

packages/cli/src/loop-observability.ts:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 get currentLoop(): number {
106 return this.currentLoopValue
107 }
108
109 on(listener: (event: LoopEvent) => void): void {
110 this.emitter.on('event', listener)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected