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

Method events

frontend/src/lib/api.ts:216–218  ·  view source on GitHub ↗
(teamId?: TeamType['id'])

Source from the content-addressed store, hash-verified

214
215 // # Events
216 public events(teamId?: TeamType['id']): ApiRequest {
217 return this.projectsDetail(teamId).addPathComponent('events')
218 }
219
220 public event(id: EventType['id'], teamId?: TeamType['id']): ApiRequest {
221 return this.events(teamId).addPathComponent(id)

Callers 15

eventMethod · 0.95
PagesFunction · 0.45
scenes.tsFile · 0.45
ingestionLogic.tsFile · 0.45
EventsTableFunction · 0.45
LiveEventsFunction · 0.45
billingLogic.tsFile · 0.45

Calls 2

projectsDetailMethod · 0.95
addPathComponentMethod · 0.80

Tested by

no test coverage detected