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

Method onReceive

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

Protocol handlers

Source from the content-addressed store, hash-verified

87protected:
88 // Protocol handlers
89 void onReceive(const ::simple::SimpleResponse& response) override { Client::onReceive(response); SendMessage(); }
90
91private:
92 size_t _sent{0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected