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

Function executeRaw

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

Source from the content-addressed store, hash-verified

127 : runStatement(sql, params)
128 },
129 executeRaw(sql, params) {
130 return runStatement(sql, params)
131 },
132 executeValues(sql, params) {
133 return runValues(sql, params)
134 },

Callers

nothing calls this directly

Calls 1

runStatementFunction · 0.70

Tested by

no test coverage detected