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

Method onSent

performance/proto_client.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void onSent(size_t sent, size_t pending) override
68 {
69 _sent += sent;
70 }
71
72 void onReceived(const void* buffer, size_t size) override
73 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected