Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
size_t BytesView::size() const {
47
return _size;
48
}
49
50
bool BytesView::empty() const {
51
return _size == 0;
Callers
15
unmarshall
Method · 0.45
marshall
Method · 0.45
unmarshall
Method · 0.45
unmarshall
Method · 0.45
unmarshall
Method · 0.45
writeDirect
Method · 0.45
forwardCall
Method · 0.45
fromEntries
Method · 0.45
toEntryIndex
Method · 0.45
getAll
Method · 0.45
getTableSize
Method · 0.45
makeRef
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected