MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / clear

Function clear

ui-tui/src/app/turnController.ts:104–110  ·  view source on GitHub ↗
(t: Timer)

Source from the content-addressed store, hash-verified

102type Timer = null | ReturnType<typeof setTimeout>
103
104const clear = (t: Timer): null => {
105 if (t) {
106 clearTimeout(t)
107 }
108
109 return null
110}
111
112class TurnController {
113 bufRef = ''

Callers 8

clearReasoningMethod · 0.70
clearStatusTimerMethod · 0.70
clearNoticeTimerMethod · 0.70
endReasoningPhaseMethod · 0.70
idleMethod · 0.70
flushStreamingSegmentMethod · 0.70
hydrateStreamingTextMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected