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

Function executeRaw

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

Source from the content-addressed store, hash-verified

240 : runStatement(sql, params)
241 },
242 executeRaw(sql, params) {
243 return runStatement(sql, params)
244 },
245 executeValues(sql, params) {
246 return runValues(sql, params)
247 },

Callers

nothing calls this directly

Calls 1

runStatementFunction · 0.70

Tested by

no test coverage detected