MCPcopy 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
23export const deleteCollection = async (id: string): Promise<void> => {
24 return repo().delete(id)
25}

Callers

nothing calls this directly

Calls 2

repoFunction · 0.70
deleteMethod · 0.65

Tested by

no test coverage detected