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

Method onConnected

performance/http_trace_client.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41protected:
42 void onConnected() override
43 {
44 for (size_t i = _messages; i > 0; --i)
45 SendMessage();
46 }
47
48 void onSent(size_t sent, size_t pending) override
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected