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/Resources/ValdiArchive.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
uint32_t raw;
21
22
size_t size() const {
23
// Keep lower 31 bits
24
return static_cast<size_t>(raw & (kPaddingBit - 1));
25
}
26
27
bool hasPadding() const {
28
// Look at the top bit
Callers
7
ValdiArchive
Method · 0.45
parseField
Function · 0.45
getEntries
Method · 0.45
addEntry
Method · 0.45
build
Method · 0.45
write
Method · 0.45
read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected