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

Function asLooseStorageDb

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

Source from the content-addressed store, hash-verified

957};
958
959const asLooseStorageDb = (db: unknown): LooseStorageDb => db as LooseStorageDb;
960
961const makeCoreDb = (fuma: ReturnType<typeof makeFumaClient>) => ({
962 count: <TName extends CoreTableName>(

Callers 1

makeCoreDbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected