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

Method size

performance/sender.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11public:
12 size_t size() const noexcept { return _size; }
13 size_t log_size() const noexcept { return _log_size; }
14
15protected:

Callers 3

onReceiveLogMethod · 0.45
receiver.cppFile · 0.45
onSendLogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected