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

Function executeRaw

repos/effect/packages/sql/sqlite-do/src/SqliteClient.ts:241–243  ·  view source on GitHub ↗
(sql, params)

Source from the content-addressed store, hash-verified

239 return transformRows
240 ? Effect.map(runStatement(sql, params), transformRows)
241 : runStatement(sql, params)
242 },
243 executeRaw(sql, params) {
244 return runStatement(sql, params)
245 },
246 executeValues(sql, params) {

Callers

nothing calls this directly

Calls 1

runStatementFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…