Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ exec
Function
exec
packages/infra/src/Store/SQL.ts:112–113 ·
view source on GitHub ↗
(query: string, params?: readonly unknown[])
Source
from the content-addressed store, hash-verified
110
Effect.orDie,
111
Effect.asVoid
112
)
113
114
const
toRow = (e: PM) => {
115
const
newE = makeETag(e)
116
const
id = newE[idKey] as string
Callers
2
makeSQLStoreInt
Function · 0.70
makeSQLiteStorePerNs
Function · 0.70
Calls
2
withNsSql
Function · 0.85
pipe
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…