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

Function getTodoSnapshot

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

Source from the content-addressed store, hash-verified

273}
274
275export function getTodoSnapshot() {
276 return {
277 tasks: Array.from(todoState.tasks.entries()),
278 panelOpen: todoState.panelOpen,
279 };
280}
281
282export function restoreTodoSnapshot(snapshot) {
283 resetTodoState();

Callers 1

persistSessionCacheFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected