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