Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ executeValues
Function
executeValues
packages/sql-sqlite-wasm/src/SqliteClient.ts:181–183 ·
view source on GitHub ↗
(sql, params)
Source
from the content-addressed store, hash-verified
179
return
run(sql, params)
180
},
181
executeValues(sql, params) {
182
return
run(sql, params,
"array"
)
183
},
184
executeUnprepared(sql, params, transformRows) {
185
return
this.execute(sql, params, transformRows)
186
},
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected