MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / size

Method size

source/util/bhashtable.h:352–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 }
351
352 std::size_t size() const {
353 return count;
354 }
355
356 bool isEmpty() const {
357 return size() == 0;

Callers 10

maskMethod · 0.45
should_rehashMethod · 0.45
rehashMethod · 0.45
BHashTableMethod · 0.45
operator->Method · 0.45
const_iteratorClass · 0.45
iteratorClass · 0.45
beginMethod · 0.45
endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected