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

Method limit

packages/db/src/clickhouse/query-builder.ts:245–250  ·  view source on GitHub ↗
(limit?: number)

Source from the content-addressed store, hash-verified

243
244 // Limit and offset
245 limit(limit?: number): this {
246 if (limit !== undefined) {
247 this._limit = limit;
248 }
249 return this;
250 }
251
252 offset(offset?: number): this {
253 if (offset !== undefined) {

Callers 15

querySessionsCoreFunction · 0.80
getTopPagesMethod · 0.80
getTopEntryExitMethod · 0.80
getTopGenericMethod · 0.80
getTopGenericSeriesMethod · 0.80
getUserJourneyMethod · 0.80
getTopEventsMethod · 0.80
getTopLinkOutMethod · 0.80
getMapDataMethod · 0.80
queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected