(id: string, updates: Partial<ArrowShapeWithProps>)
| 71 | }; |
| 72 | |
| 73 | const updateArrow = (id: string, updates: Partial<ArrowShapeWithProps>) => { |
| 74 | saveToHistory(); |
| 75 | updateArrowInStore(id, updates); |
| 76 | }; |
| 77 | |
| 78 | return { |
| 79 | arrows, |
nothing calls this directly
no outgoing calls
no test coverage detected