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

Function executeRaw

packages/sql-sqlite-wasm/src/SqliteClient.ts:178–180  ·  view source on GitHub ↗
(sql, params)

Source from the content-addressed store, hash-verified

176 : run(sql, params)
177 },
178 executeRaw(sql, params) {
179 return run(sql, params)
180 },
181 executeValues(sql, params) {
182 return run(sql, params, "array")
183 },

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…