Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ parameter
Function
parameter
packages/effect/src/unstable/sql/Statement.ts:211–214 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
209
* @since 4.0.0
210
*/
211
export
const
parameter = (value: unknown): Parameter => ({
212
_tag:
"Parameter"
,
213
value
214
})
215
216
/**
217
* Helper segment
for
compiling an array of values, commonly used to produce
Callers
2
statement
Function · 0.85
base
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected