MCPcopy Create free account
hub / github.com/effect-app/libs / executeValues

Function executeValues

repos/effect/packages/sql/sqlite-node/src/SqliteClient.ts:230–232  ·  view source on GitHub ↗
(sql, params)

Source from the content-addressed store, hash-verified

228 Effect.flatMap(
229 Cache.get(prepareCache, sql),
230 (s) => runStatement(s, params, raw)
231 )
232
233 const runValues = (
234 sql: string,
235 params: ReadonlyArray<unknown>

Callers

nothing calls this directly

Calls 1

runValuesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…