(graph: PersistedWorkflowDocument)
| 178 | |
| 179 | const GRAPH_KEY = 'graph' |
| 180 | export function saveLocalWorkflow(graph: PersistedWorkflowDocument): void { |
| 181 | localStorage.setItem(GRAPH_KEY, JSON.stringify(graph)) |
| 182 | } |
nothing calls this directly
no outgoing calls
no test coverage detected