Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ deleteCard
Function
deleteCard
frontend/src/services/cards.ts:27–29 ·
view source on GitHub ↗
(collectionId: string, id: string)
Source
from the content-addressed store, hash-verified
25
}
26
27
export
const
deleteCard =
async
(collectionId: string, id: string): Promise<void> => {
28
return
repo().delete(collectionId, id)
29
}
Callers
1
handleDeleteCard
Function · 0.90
Calls
2
repo
Function · 0.70
delete
Method · 0.65
Tested by
no test coverage detected