MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / onSendLog

Method onSendLog

proto/fbe_protocol.h:57–57  ·  view source on GitHub ↗

Send log message handler

Source from the content-addressed store, hash-verified

55 virtual size_t onSend(const void* data, size_t size) = 0;
56 // Send log message handler
57 virtual void onSendLog(const std::string& message) const {}
58
59protected:
60 std::shared_ptr<FBEBuffer> _buffer;

Callers 4

sendMethod · 0.95
sendMethod · 0.95
sendMethod · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected