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

Method size

valdi_core/src/valdi_core/cpp/Utils/Bytes.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46size_t BytesView::size() const {
47 return _size;
48}
49
50bool BytesView::empty() const {
51 return _size == 0;

Callers 15

unmarshallMethod · 0.45
marshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45
writeDirectMethod · 0.45
forwardCallMethod · 0.45
fromEntriesMethod · 0.45
toEntryIndexMethod · 0.45
getAllMethod · 0.45
getTableSizeMethod · 0.45
makeRefMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected