MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / archiveThreads

Function archiveThreads

desktop/thread-state-db/thread-writes.ts:75–77  ·  view source on GitHub ↗
(threadIds: string[])

Source from the content-addressed store, hash-verified

73}
74
75export function archiveThreads(threadIds: string[]) {
76 updateArchivedFlag(threadIds, true)
77}
78
79export function restoreThreads(threadIds: string[]) {
80 updateArchivedFlag(threadIds, false)

Callers 1

thread-actions.tsFile · 0.90

Calls 1

updateArchivedFlagFunction · 0.85

Tested by

no test coverage detected