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

Function retrieveLocalWorkflow

packages/common/storage/document-database.ts:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}, 1000);
174
175export function retrieveLocalWorkflow(): PersistedWorkflowDocument {
176 return defaultWorkflow as any;
177}
178
179const GRAPH_KEY = 'graph'
180export function saveLocalWorkflow(graph: PersistedWorkflowDocument): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected