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

Method clearNoticeState

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

Source from the content-addressed store, hash-verified

255 // Drop all notice state — pending + timer + visible (R3-H5). Called by
256 // reset()/fullReset() so a session A notice can't bleed into session B.
257 private clearNoticeState() {
258 this.pendingNotice = null
259 this.clearNoticeTimer()
260
261 if (getUiState().notice) {
262 patchUiState({ notice: null })
263 }
264 }
265
266 endReasoningPhase() {
267 this.reasoningStreamingTimer = clear(this.reasoningStreamingTimer)

Callers 1

resetMethod · 0.95

Calls 3

clearNoticeTimerMethod · 0.95
getUiStateFunction · 0.85
patchUiStateFunction · 0.85

Tested by

no test coverage detected