MCPcopy Create free account
hub / github.com/Effect-TS/effect / identifier

Function identifier

packages/effect/src/unstable/sql/Statement.ts:188–191  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

186 * @since 4.0.0
187 */
188export const identifier = (value: string): Identifier => ({
189 _tag: "Identifier",
190 value
191})
192
193/**
194 * Bound parameter segment whose value is emitted as a dialect-specific

Callers 2

makeFunction · 0.70
in_Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected