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

Method constructor

packages/common/jsondb/jsondb.client.ts:11–13  ·  view source on GitHub ↗
(
    public collectionName: string
  )

Source from the content-addressed store, hash-verified

9
10 static useLiveDoc = useLiveDoc;
11 constructor(
12 public collectionName: string
13 ) {}
14
15 static listen() {
16 if (!started) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected