MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / editCardName

Function editCardName

frontend/src/hooks/useCardOperation.ts:45–48  ·  view source on GitHub ↗
(id: string, newName: string)

Source from the content-addressed store, hash-verified

43 };
44
45 const editCardName = (id: string, newName: string) => {
46 const card = getCardById("", id);
47 if (card) card.title = newName;
48 };
49
50 return {
51 deleteCard,

Callers

nothing calls this directly

Calls 1

getCardByIdFunction · 0.85

Tested by

no test coverage detected