MCPcopy Index your code
hub / github.com/codeaashu/claude-code / scheduleNext

Function scheduleNext

src/services/AgentSummary/agentSummary.ts:157–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 }
156
157 function scheduleNext(): void {
158 if (stopped) return
159 timeoutId = setTimeout(runSummary, SUMMARY_INTERVAL_MS)
160 }
161
162 function stop(): void {
163 logForDebugging(`[AgentSummary] Stopping summarization for ${taskId}`)

Callers 2

runSummaryFunction · 0.85
startAgentSummarizationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected