Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ onSendLog
Method
onSendLog
performance/sender.cpp:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
protected:
16
size_t onSend(const void* data, size_t size) override { _size += size; return size; }
17
void onSendLog(const std::string& message) const override { _log_size += message.size(); }
18
19
private:
20
size_t _size;
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected