MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onError

Method onError

tests/test_udp.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 void onStopped() override { stopped = true; }
30 void onIdle() override { idle = true; }
31 void onError(int error, const std::string& category, const std::string& message) override { errors = true; }
32
33public:
34 std::atomic<bool> thread_initialize{false};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected