MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / WarehouseEventStats

Class WarehouseEventStats

api/experimentation/dataclasses.py:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21@dataclass(frozen=True)
22class WarehouseEventStats:
23 total_events_received: int
24 unique_events_count: int
25
26
27@dataclass(frozen=True)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…