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

Function getCohortAlias

packages/db/src/services/chart.service.ts:140–142  ·  view source on GitHub ↗
(cohortId: string)

Source from the content-addressed store, hash-verified

138}
139
140export function getCohortAlias(cohortId: string): string {
141 return `cohort_${cohortId.replace(/-/g, '_')}`;
142}
143
144export function buildCohortMembershipQuery(
145 cohortId: string,

Callers 4

buildInlineCohortJoinFunction · 0.85
getSelectPropertyKeyFunction · 0.85
getChartSqlFunction · 0.85
getAggregateChartSqlFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected