Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ executeRaw
Function
executeRaw
packages/sql-sqlite-react-native/src/SqliteClient.ts:135–137 ·
view source on GitHub ↗
(sql, params)
Source
from the content-addressed store, hash-verified
133
: run(sql, params)
134
},
135
executeRaw(sql, params) {
136
return
run(sql, params)
137
},
138
executeValues(sql, params) {
139
return
Effect.map(run(sql, params), (results) => {
140
if
(results.length === 0) {
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected