MCPcopy 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

makeSQLStoreIntFunction · 0.70
makeSQLiteStorePerNsFunction · 0.70

Calls 2

withNsSqlFunction · 0.85
pipeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…