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

Method onSend

performance/proto_client.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 size_t onSend(const void* data, size_t size) override
63 {
64 return SendAsync(data, size) ? size : 0;
65 }
66
67 void onSent(size_t sent, size_t pending) override
68 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected