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

Method onSent

performance/ssl_echo_client.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 void onSent(size_t sent, size_t pending) override
50 {
51 _sent += sent;
52 }
53
54 void onReceived(const void* buffer, size_t size) override
55 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected