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

Method onSend

examples/proto_server.cpp:93–93  ·  view source on GitHub ↗

Protocol implementation

Source from the content-addressed store, hash-verified

91
92 // Protocol implementation
93 size_t onSend(const void* data, size_t size) override { Multicast(data, size); return size; }
94};
95
96int main(int argc, char** argv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected