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

Function asLooseStorageDb

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

Source from the content-addressed store, hash-verified

710};
711
712const asLooseStorageDb = (db: unknown): LooseStorageDb => db as LooseStorageDb;
713
714const makeCoreDb = (fuma: ReturnType<typeof makeFumaClient>) => ({
715 count: <TName extends CoreTableName>(

Callers 1

makeCoreDbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected