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

Method onReceiveLog

performance/receiver.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 void onReceive(const proto::AccountMessage& value) override {}
24
25 void onReceiveLog(const std::string& message) const override { _log_size += message.size(); }
26
27private:
28 mutable size_t _log_size;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected