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

Function executeRaw

packages/sql/sqlite-react-native/src/SqliteClient.ts:189–191  ·  view source on GitHub ↗
(sql, params)

Source from the content-addressed store, hash-verified

187 : run(sql, params)
188 },
189 executeRaw(sql, params) {
190 return run(sql, params)
191 },
192 executeValues(sql, params) {
193 return runValues(sql, params)
194 },

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected