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

Function executeRaw

packages/sql-sqlite-node/src/SqliteClient.ts:181–183  ·  view source on GitHub ↗
(sql, params)

Source from the content-addressed store, hash-verified

179 : run(sql, params)
180 },
181 executeRaw(sql, params) {
182 return run(sql, params, true)
183 },
184 executeValues(sql, params) {
185 return runValues(sql, params)
186 },

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…