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

Function executeValues

packages/sql-sqlite-do/src/SqliteClient.ts:132–134  ·  view source on GitHub ↗
(sql, params)

Source from the content-addressed store, hash-verified

130 return runStatement(sql, params)
131 },
132 executeValues(sql, params) {
133 return runValues(sql, params)
134 },
135 executeUnprepared(sql, params, transformRows) {
136 return transformRows
137 ? Effect.map(runStatement(sql, params), transformRows)

Callers

nothing calls this directly

Calls 1

runValuesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…