Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
protected:
60
std::shared_ptr<FBEBuffer> _buffer;
Callers
4
send
Method · 0.95
send
Method · 0.95
send
Method · 0.45
send
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected