Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ capacity
Method
capacity
cpp/fory/util/flat_int_map.h:276–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
size_t size() const { return size_; }
276
size_t capacity() const { return capacity_; }
277
bool empty() const { return size_ == 0; }
278
279
void clear() {
Callers
6
TEST_F
Function · 0.80
reserve
Method · 0.80
test_serialize_to_detailed
Function · 0.80
ForyReadableChannel
Method · 0.80
fillBuffer
Method · 0.80
growBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.64
test_serialize_to_detailed
Function · 0.64