clearDemoFlows function infrastructure exported
Last updated: 2026-03-05T10:53:28.858Z
Location
Metrics
LOC: 3
Complexity: 1
Params: 0
Signature
clearDemoFlows(): : Promise<void>
Summary
Delete all demo flows.
Source Code
export async function clearDemoFlows(): Promise<void> {
await updateStorageAtomically<FlowScript[]>(KEY, [], () => []);
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| makeFlow | uses |