Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ executeValues
Function
executeValues
packages/sql-mssql/src/MssqlClient.ts:279–281 ·
view source on GitHub ↗
(sql, params)
Source
from the content-addressed store, hash-verified
277
return
run(sql, params)
278
},
279
executeValues(sql, params) {
280
return
run(sql, params, true)
281
},
282
executeUnprepared(sql, params, transformRows) {
283
return
this.execute(sql, params, transformRows)
284
},
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected