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

Method compile

packages/effect/src/unstable/sql/Statement.ts:814–814  ·  view source on GitHub ↗
(
    statement: Fragment,
    withoutTransform?: boolean,
    placeholderOverride?: (u: unknown) => string
  )

Source from the content-addressed store, hash-verified

812 readonly statementCache: WeakMap<Fragment, CompiledStatement>
813 readonly statementCacheNoTransform: WeakMap<Fragment, CompiledStatement>
814 compile(
815 statement: Fragment,
816 withoutTransform?: boolean,
817 placeholderOverride?: (u: unknown) => string

Callers 15

Client.test.tsFile · 0.80
makeBatchFunction · 0.80
Client.test.tsFile · 0.80
Client.test.tsFile · 0.80
Client.test.tsFile · 0.80
JsonSchema.test.tsFile · 0.80
Statement.test.tsFile · 0.80
onItemFunction · 0.80
compileFunction · 0.80
withConnectionSpanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected