MCPcopy Index your code
hub / github.com/github/copilot-sdk / _Counters

Class _Counters

python/e2e/test_copilot_request_handler_e2e.py:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53@dataclass
54class _Counters:
55 http_requests: int = 0
56 http_responses: int = 0
57 ws_request_messages: int = 0
58 ws_response_messages: int = 0
59
60
61@dataclass

Callers 1

handler_fixtureFunction · 0.85

Calls

no outgoing calls

Tested by 1

handler_fixtureFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…