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

Method onSend

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

Protocol implementation

Source from the content-addressed store, hash-verified

63protected:
64 // Protocol implementation
65 size_t onSend(const void* data, size_t size) override { Multicast(data, size); return size; }
66};
67
68int main(int argc, char** argv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected