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

Method constructor

apps/node/src/modules/jsondb/jsondb.ts:22–25  ·  view source on GitHub ↗
(dbName: string, metaKeys: string[])

Source from the content-addressed store, hash-verified

20 updateEvent = new SlotEvent<JSONDBEvent>();
21
22 constructor(dbName: string, metaKeys: string[]) {
23 this.dbName = dbName;
24 this.metaKeys = metaKeys
25 }
26
27 static serve = serve;
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected