MCPcopy Index your code
hub / github.com/anomalyco/opencode / clearExitTimer

Method clearExitTimer

packages/opencode/src/cli/cmd/run/footer.ts:943–950  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

941 }
942
943 private clearExitTimer(): void {
944 if (!this.exitTimeout) {
945 return
946 }
947
948 clearTimeout(this.exitTimeout)
949 this.exitTimeout = undefined
950 }
951
952 private armExitTimer(): void {
953 this.clearExitTimer()

Callers 3

eventMethod · 0.95
RunFooterClass · 0.95
armExitTimerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected