MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / cancelTodoAutoClear

Function cancelTodoAutoClear

app/src/modules/todo.js:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16};
17
18export function cancelTodoAutoClear() {
19 if (!todoState.clearTimer) return;
20 clearTimeout(todoState.clearTimer);
21 todoState.clearTimer = null;
22}
23
24export function clearTodoBatch() {
25 cancelTodoAutoClear();

Callers 3

clearTodoBatchFunction · 0.70
syncTodoPanelLifecycleFunction · 0.70
resetTodoStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected