Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
run
Function · 0.70
Tested by
no test coverage detected