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

Method clearReasoning

ui-tui/src/app/turnController.ts:159–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158
159 clearReasoning() {
160 this.reasoningTimer = clear(this.reasoningTimer)
161 this.activeReasoningText = ''
162 this.reasoningSegmentIndex = null
163 this.reasoningText = ''
164 this.toolTokenAcc = 0
165 patchTurnState({ reasoning: '', reasoningTokens: 0, toolTokens: 0 })
166 }
167
168 clearStatusTimer() {
169 this.statusTimer = clear(this.statusTimer)

Callers 6

interruptTurnMethod · 0.95
recordErrorMethod · 0.95
recordMessageCompleteMethod · 0.95
resetMethod · 0.95
startMessageMethod · 0.95
useSessionLifecycleFunction · 0.80

Calls 2

patchTurnStateFunction · 0.85
clearFunction · 0.70

Tested by

no test coverage detected