MCPcopy Create free account
hub / github.com/apache/fory / empty

Method empty

cpp/fory/util/flat_int_map.h:277–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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() {
280 clear_entries(entries_.get(), capacity_);

Callers 15

write_dataMethod · 0.45
mainFunction · 0.45
is_zeroMethod · 0.45
normalizeMethod · 0.45
to_uint64Method · 0.45
to_bytes_leMethod · 0.45
parsed_decimalFunction · 0.45
decimal_plain_stringFunction · 0.45

Calls

no outgoing calls

Tested by 14

mainFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36