MCPcopy Create free account
hub / github.com/effect-app/libs / parameter

Function parameter

repos/effect/packages/effect/src/unstable/sql/Statement.ts:210–213  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

208 * @category models
209 * @since 4.0.0
210 */
211export interface Parameter {
212 readonly _tag: "Parameter"
213 readonly value: unknown
214}
215
216/**

Callers 2

statementFunction · 0.85
baseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…