Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ executeValues
Function
executeValues
packages/sql/mssql/src/MssqlClient.ts:437–439 ·
view source on GitHub ↗
(sql, params)
Source
from the content-addressed store, hash-verified
435
return
run(sql, params)
436
},
437
executeValues(sql, params) {
438
return
run(sql, params, true)
439
},
440
executeValuesUnprepared(sql, params) {
441
return
run(sql, params, true)
442
},
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected