MCPcopy
hub / github.com/PostHog/posthog / insightLogic.ts

File insightLogic.ts

frontend/src/scenes/insights/insightLogic.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { actions, connect, events, kea, key, listeners, path, props, reducers, selectors } from 'kea'
2import { promptLogic } from 'lib/logic/promptLogic'
3import { getEventNamesForAction, objectsEqual, sum, toParams, uuid } from 'lib/utils'
4import posthog from 'posthog-js'

Callers

nothing calls this directly

Calls 15

keyForInsightLogicPropsFunction · 0.90
uuidFunction · 0.90
objectsEqualFunction · 0.90
cleanFiltersFunction · 0.90
currentSessionIdFunction · 0.90
legacyInsightQueryFunction · 0.90
getJSONOrThrowFunction · 0.90
isFunnelsFilterFunction · 0.90
getResponseBytesFunction · 0.90
summarizeInsightFiltersFunction · 0.90
getEventNamesForActionFunction · 0.90

Tested by

no test coverage detected