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

Class

packages/common/storage/document-database.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { useAppStore } from '../store/app-state';
9
10export class JSONDBDatabase {
11 documents: JSONDBClient<PersistedFullWorkflow>
12 constructor() {
13 this.documents = new JSONDBClient<PersistedFullWorkflow>("workflows");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected