MCPcopy
hub / github.com/openai/codex-plugin-cc / clearCompletionTimer

Function clearCompletionTimer

plugins/codex/scripts/lib/codex.mjs:339–344  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

337}
338
339function clearCompletionTimer(state) {
340 if (state.completionTimer) {
341 clearTimeout(state.completionTimer);
342 state.completionTimer = null;
343 }
344}
345
346function completeTurn(state, turn = null, options = {}) {
347 if (state.completed) {

Callers 3

completeTurnFunction · 0.85
captureTurnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected