Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kysely-org/kysely
/ toOperationNode
Method
toOperationNode
src/query-finalizer.ts:21–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
toOperationNode(): N {
22
return
this.#props.executor.transformQuery(
23
this.#props.node,
24
this.#props.queryId,
25
)
26
}
27
28
/**
29
* Compiles the query.
Callers
1
compile
Method · 0.95
Calls
1
transformQuery
Method · 0.65
Tested by
no test coverage detected