MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / empty

Method empty

libCacheSim/dataStructure/sparsepp/spp.h:1284–1284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282 size_type max_size() const { return static_cast<size_type>(SPP_GROUP_SIZE); }
1283
1284 bool empty() const { return false; }
1285
1286 // We also may want to know how many *used* buckets there are
1287 size_type num_nonempty() const { return (size_type)_num_items(); }

Callers 2

emptyMethod · 0.45
emptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected