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

Function asLooseStorageDb

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

Source from the content-addressed store, hash-verified

935};
936
937const asLooseStorageDb = (db: unknown): LooseStorageDb => db as LooseStorageDb;
938
939const makeCoreDb = (fuma: ReturnType<typeof makeFumaClient>) => ({
940 count: <TName extends CoreTableName>(

Callers 1

makeCoreDbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected