(id: string, updates: Partial<LineShapeWithProps>)
| 67 | }; |
| 68 | |
| 69 | const updateLine = (id: string, updates: Partial<LineShapeWithProps>) => { |
| 70 | saveToHistory(); |
| 71 | updateLineInStore(id, updates); |
| 72 | }; |
| 73 | |
| 74 | return { |
| 75 | lines, |
nothing calls this directly
no outgoing calls
no test coverage detected