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

Class

apps/node/src/modules/jsondb/jsondb.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import logger from '../utils/logger';
10
11export class JSONDB<DocType extends JSONDocMeta> {
12 static DB_PATH: string = "";
13 /**
14 * If there is too many docs in filesystem, we can use meta.json to store file metas for listing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected