()
| 27 | } |
| 28 | |
| 29 | export function killAll() { |
| 30 | return () => fetchApi("/flows/kill", { method: "POST" }); |
| 31 | } |
| 32 | |
| 33 | export function remove(flows: Flow[]) { |
| 34 | return () => |
nothing calls this directly
no test coverage detected
searching dependent graphs…