Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
712
const
asLooseStorageDb = (db: unknown): LooseStorageDb => db as LooseStorageDb;
713
714
const
makeCoreDb = (fuma: ReturnType<typeof makeFumaClient>) => ({
715
count: <TName extends CoreTableName>(
Callers
1
makeCoreDb
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected