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

Function reduceCardWidth

frontend/src/hooks/useCardOperation.ts:40–43  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

38 };
39
40 const reduceCardWidth = (id: string) => {
41 const card = getCardById("", id);
42 if (card && card.width > 1) card.width -= 1;
43 };
44
45 const editCardName = (id: string, newName: string) => {
46 const card = getCardById("", id);

Callers

nothing calls this directly

Calls 1

getCardByIdFunction · 0.85

Tested by

no test coverage detected