MCPcopy 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_FFunction · 0.80
reserveMethod · 0.80
ForyReadableChannelMethod · 0.80
fillBufferMethod · 0.80
growBufferMethod · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64