Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ deleteCollection
Function
deleteCollection
frontend/src/services/collections.ts:23–25 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
21
}
22
23
export
const
deleteCollection =
async
(id: string): Promise<void> => {
24
return
repo().delete(id)
25
}
Callers
nothing calls this directly
Calls
2
repo
Function · 0.70
delete
Method · 0.65
Tested by
no test coverage detected