Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
export
function
getCohortAlias(cohortId: string): string {
141
return
`cohort_${cohortId.replace(/-/g,
'_'
)}`;
142
}
143
144
export
function
buildCohortMembershipQuery(
145
cohortId: string,
Callers
4
buildInlineCohortJoin
Function · 0.85
getSelectPropertyKey
Function · 0.85
getChartSql
Function · 0.85
getAggregateChartSql
Function · 0.85
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected