Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ executeValues
Function
executeValues
packages/sql/sqlite-wasm/src/SqliteClient.ts:209–211 ·
view source on GitHub ↗
(sql, params)
Source
from the content-addressed store, hash-verified
207
return
run(sql, params)
208
},
209
executeValues(sql, params) {
210
return
run(sql, params,
"array"
)
211
},
212
executeValuesUnprepared(sql, params) {
213
return
run(sql, params,
"array"
)
214
},
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected