MCPcopy
hub / github.com/kysely-org/kysely / compile

Method compile

src/query-finalizer.ts:31–36  ·  view source on GitHub ↗

* Compiles the query.

()

Source from the content-addressed store, hash-verified

29 * Compiles the query.
30 */
31 compile(): CompiledQuery<O> {
32 return this.#props.executor.compileQuery(
33 this.toOperationNode(),
34 this.#props.queryId,
35 )
36 }
37
38 /**
39 * Executes the query.

Callers 1

executeMethod · 0.95

Calls 2

toOperationNodeMethod · 0.95
compileQueryMethod · 0.65

Tested by

no test coverage detected