MCPcopy Create free account
hub / github.com/Snapchat/Valdi / size

Method size

valdi_core/src/valdi_core/cpp/Utils/ByteBuffer.hpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 constexpr size_t size() const {
42 return _size;
43 }
44
45 constexpr bool empty() const {
46 return _size == 0;

Callers 1

shiftMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected