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

Function syncArchivedThreads

src/app/app-shell/useProjectShellSync.ts:54–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 let cancelled = false
53
54 const syncArchivedThreads = async () => {
55 const nextArchivedThreads = await loadArchivedThreads()
56 if (!cancelled) {
57 setArchivedThreads(nextArchivedThreads)
58 }
59 }
60
61 void syncArchivedThreads()
62

Callers 1

useProjectShellSyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected