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

Function executeRaw

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

Source from the content-addressed store, hash-verified

225 params: ReadonlyArray<unknown>,
226 raw = false
227 ) =>
228 Effect.flatMap(
229 Cache.get(prepareCache, sql),
230 (s) => runStatement(s, params, raw)
231 )
232

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…