MCPcopy
hub / github.com/PostHog/posthog / isLifecycleQuery

Function isLifecycleQuery

frontend/src/queries/utils.ts:79–81  ·  view source on GitHub ↗
(node?: Node)

Source from the content-addressed store, hash-verified

77}
78
79export function isLifecycleQuery(node?: Node): node is LifecycleQuery {
80 return node?.kind === NodeKind.LifecycleQuery
81}
82
83export function isTimeToSeeDataSessionsQuery(node?: Node): node is TimeToSeeDataSessionsQuery {
84 return node?.kind === NodeKind.TimeToSeeDataSessionsQuery

Callers 6

summarizeInsightQueryFunction · 0.90
queryNodeToFilterFunction · 0.90
filtersToQueryNodeFunction · 0.90
TrendsSeriesFunction · 0.90
isInsightQueryNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…