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

Function addCardWidth

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

Source from the content-addressed store, hash-verified

33 };
34
35 const addCardWidth = (id: string) => {
36 const card = getCardById("", id);
37 if (card && card.width < 12) card.width += 1;
38 };
39
40 const reduceCardWidth = (id: string) => {
41 const card = getCardById("", id);

Callers

nothing calls this directly

Calls 1

getCardByIdFunction · 0.85

Tested by

no test coverage detected