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

Method onError

tests/test_proto.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected