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

Function executeValuesUnprepared

packages/sql/sqlite-wasm/src/SqliteClient.ts:212–214  ·  view source on GitHub ↗
(sql, params)

Source from the content-addressed store, hash-verified

210 return run(sql, params, "array")
211 },
212 executeValuesUnprepared(sql, params) {
213 return run(sql, params, "array")
214 },
215 executeUnprepared(sql, params, transformRows) {
216 return this.execute(sql, params, transformRows)
217 },

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected