MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / with

Method with

packages/db/src/clickhouse/query-builder.ts:265–268  ·  view source on GitHub ↗
(name: string, query: Query | string)

Source from the content-addressed store, hash-verified

263 }
264
265 with(name: string, query: Query | string): this {
266 this._ctes.push({ name, query });
267 return this;
268 }
269
270 // Fill
271 fill(

Callers 10

getFunnelMethod · 0.80
getUserJourneyMethod · 0.80
queryMethod · 0.80
executeBetweenModeMethod · 0.80
executeSimpleModeMethod · 0.80
getSankeyMethod · 0.80
getTopPagesMethod · 0.80
chart.tsFile · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected