MCPcopy Create free account
hub / github.com/Shitanshukumar607/Drawspace / updateArrow

Function updateArrow

hooks/DrawArrowTool.ts:73–76  ·  view source on GitHub ↗
(id: string, updates: Partial<ArrowShapeWithProps>)

Source from the content-addressed store, hash-verified

71 };
72
73 const updateArrow = (id: string, updates: Partial<ArrowShapeWithProps>) => {
74 saveToHistory();
75 updateArrowInStore(id, updates);
76 };
77
78 return {
79 arrows,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected