Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ capacity
Method
capacity
valdi_core/src/valdi_core/cpp/Utils/ValueArrayBuilder.cpp:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
size_t ValueArrayBuilder::capacity() const {
100
return _buffer != nullptr ? _buffer->size() : 0;
101
}
102
103
bool ValueArrayBuilder::empty() const {
104
return _size == 0;
Callers
9
TEST
Function · 0.45
TEST
Function · 0.45
freeByteBuffer
Function · 0.45
newArrayBuffer
Method · 0.45
make
Method · 0.45
append
Method · 0.45
encryptWithAd
Method · 0.45
decryptWithAd
Method · 0.45
unwindCallback
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36