Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/CppTrader
/ errors
Method
errors
performance/itch_handler.cpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
size_t messages() const { return _messages; }
26
size_t errors() const { return _errors; }
27
28
protected:
29
bool onMessage(const SystemEventMessage& message) override { ++_messages; return true; }
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected