MCPcopy Create free account
hub / github.com/Effect-TS/effect / executeValuesUnprepared

Function executeValuesUnprepared

packages/sql/sqlite-bun/src/SqliteClient.ts:195–197  ·  view source on GitHub ↗
(sql, params)

Source from the content-addressed store, hash-verified

193 return runValues(sql, params)
194 },
195 executeValuesUnprepared(sql, params) {
196 return runValues(sql, params)
197 },
198 executeUnprepared(sql, params, transformRows) {
199 return this.execute(sql, params, transformRows)
200 },

Callers

nothing calls this directly

Calls 1

runValuesFunction · 0.70

Tested by

no test coverage detected