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

Method recordTodos

ui-tui/src/app/turnController.ts:441–451  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

439 }
440
441 recordTodos(value: unknown) {
442 if (this.interrupted) {
443 return
444 }
445
446 const todos = parseTodos(value)
447
448 if (todos !== null) {
449 patchTurnState({ todos })
450 }
451 }
452
453 private flushPendingToolsIntoLastSegment() {
454 if (!this.pendingSegmentTools.length) {

Callers 2

recordToolCompleteMethod · 0.95

Calls 2

parseTodosFunction · 0.85
patchTurnStateFunction · 0.85

Tested by

no test coverage detected