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

Function fragment

packages/effect/src/unstable/sql/Statement.ts:48–53  ·  view source on GitHub ↗
(
  segments: ReadonlyArray<Segment>
)

Source from the content-addressed store, hash-verified

46 * @since 4.0.0
47 */
48export const fragment = (
49 segments: ReadonlyArray<Segment>
50): Fragment => ({
51 [FragmentTypeId]: FragmentTypeId,
52 segments
53})
54
55/**
56 * Supported SQL dialect identifiers used by statement compilers.

Callers 5

literalFunction · 0.85
joinFunction · 0.85
csvFunction · 0.85
Statement.tsFile · 0.85
in_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected