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

File userLogic.ts

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

Source from the content-addressed store, hash-verified

1import { actions, afterMount, connect, kea, listeners, path, reducers, selectors } from 'kea'
2import api from 'lib/api'
3import type { userLogicType } from './userLogicType'
4import { AvailableFeature, OrganizationBasicType, UserType } from '~/types'

Callers

nothing calls this directly

Calls 11

getAppContextFunction · 0.90
afterMountFunction · 0.85
identifyMethod · 0.80
setMethod · 0.80
registerMethod · 0.80
groupMethod · 0.80
filterMethod · 0.80
getMethod · 0.65
urlToActionFunction · 0.50
updateMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected