MCPcopy 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

15protected:
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
19private:
20 size_t _size;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected