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

Function deleteCard

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

Source from the content-addressed store, hash-verified

5 const { deleteLayoutItem, getCardById } = useLayoutConfigStore();
6
7 const deleteCard = (id: string) => {
8 deleteLayoutItem("", id);
9 };
10
11 const LEVEL_LIST = [
12 LayoutCardHeight.LARGE,

Callers

nothing calls this directly

Calls 1

deleteLayoutItemFunction · 0.85

Tested by

no test coverage detected