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

Function cloneWithExplain

src/operation-node/query-node.ts:132–137  ·  view source on GitHub ↗
(node, format, options)

Source from the content-addressed store, hash-verified

130 },
131
132 cloneWithExplain(node, format, options) {
133 return freeze({
134 ...node,
135 explain: ExplainNode.create(format, options?.toOperationNode()),
136 })
137 },
138
139 cloneWithTop(node, top) {
140 return freeze({

Callers

nothing calls this directly

Calls 3

freezeFunction · 0.85
createMethod · 0.80
toOperationNodeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…