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

Function executeValuesUnprepared

packages/sql/mssql/src/MssqlClient.ts:440–442  ·  view source on GitHub ↗
(sql, params)

Source from the content-addressed store, hash-verified

438 return run(sql, params, true)
439 },
440 executeValuesUnprepared(sql, params) {
441 return run(sql, params, true)
442 },
443 executeUnprepared(sql, params, transformRows) {
444 return this.execute(sql, params, transformRows)
445 },

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected