MCPcopy
hub / github.com/Effect-TS/effect / compile

Method compile

packages/sql/src/internal/statement.ts:179–181  ·  view source on GitHub ↗
(withoutTransform?: boolean | undefined)

Source from the content-addressed store, hash-verified

177 }
178
179 compile(withoutTransform?: boolean | undefined) {
180 return this.compiler.compile(this, withoutTransform ?? false)
181 }
182 commit(): Effect.Effect<ReadonlyArray<A>, Error.SqlError> {
183 return this.withConnection(
184 "execute",

Callers 1

toJSONMethod · 0.95

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected