MCPcopy Create free account
hub / github.com/couchbase/fleece / tableSize

Method tableSize

Fleece/Support/ConcurrentMap.hh:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 int count() const FLPURE {return _count;}
50 int capacity() const FLPURE {return _capacity;}
51 int tableSize() const FLPURE {return _sizeMask + 1;}
52 int stringBytesCapacity() const FLPURE;
53 int stringBytesCount() const FLPURE;
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected