MCPcopy 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
27export const deleteCard = async (collectionId: string, id: string): Promise<void> => {
28 return repo().delete(collectionId, id)
29}

Callers 1

handleDeleteCardFunction · 0.90

Calls 2

repoFunction · 0.70
deleteMethod · 0.65

Tested by

no test coverage detected