MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / asLooseStorageDb

Function asLooseStorageDb

packages/core/sdk/src/executor.ts:690–690  ·  view source on GitHub ↗
(db: unknown)

Source from the content-addressed store, hash-verified

688};
689
690const asLooseStorageDb = (db: unknown): LooseStorageDb => db as LooseStorageDb;
691
692const makeCoreDb = (fuma: ReturnType<typeof makeFumaClient>) => ({
693 count: <TName extends CoreTableName>(

Callers 1

makeCoreDbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected