MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / createCard

Function createCard

frontend/src/services/cards.ts:15–17  ·  view source on GitHub ↗
(collectionId: string, data: CardCreate)

Source from the content-addressed store, hash-verified

13}
14
15export const createCard = async (collectionId: string, data: CardCreate): Promise<Card> => {
16 return repo().create(collectionId, data)
17}
18
19export const updateCard = async (
20 collectionId: string,

Callers 2

addAiCardFunction · 0.90
useCardFunction · 0.90

Calls 2

repoFunction · 0.70
createMethod · 0.65

Tested by

no test coverage detected