MCPcopy Create free account
hub / github.com/6174/comflowyspace / saveLocalWorkflow

Function saveLocalWorkflow

packages/common/storage/document-database.ts:180–182  ·  view source on GitHub ↗
(graph: PersistedWorkflowDocument)

Source from the content-addressed store, hash-verified

178
179const GRAPH_KEY = 'graph'
180export function saveLocalWorkflow(graph: PersistedWorkflowDocument): void {
181 localStorage.setItem(GRAPH_KEY, JSON.stringify(graph))
182}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected