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

Function identifier

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

Source from the content-addressed store, hash-verified

185 * @since 4.0.0
186 */
187export interface Identifier {
188 readonly _tag: "Identifier"
189 readonly value: string
190}
191
192/**
193 * Constructs a SQL identifier segment that will be escaped by the active

Callers 2

makeFunction · 0.70
in_Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…