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

Method onError

tests/test_timer.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 void onError(int error, const std::string& category, const std::string& message) override { errors = true; }
30
31public:
32 std::atomic<bool> canceled{false};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected