MCPcopy Index your code
hub / github.com/Effect-TS/effect / executeWithoutTransform

Method executeWithoutTransform

packages/sql-pg/src/PgClient.ts:217–219  ·  view source on GitHub ↗
(sql: string, params: ReadonlyArray<unknown>)

Source from the content-addressed store, hash-verified

215 })
216 }
217 executeWithoutTransform(sql: string, params: ReadonlyArray<unknown>) {
218 return this.run(sql, params)
219 }
220 executeValues(sql: string, params: ReadonlyArray<unknown>) {
221 return this.runWithClient<ReadonlyArray<any>>((client, resume) => {
222 client.query(

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected