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

Method stringBytesCapacity

Fleece/Support/ConcurrentMap.cc:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120 int ConcurrentMap::stringBytesCapacity() const {
121 return int(_heap.capacity() - (_keysOffset + kMinKeyOffset));
122 }
123
124
125 int ConcurrentMap::stringBytesCount() const {

Callers 1

SupportTests.ccFile · 0.80

Calls 1

capacityMethod · 0.45

Tested by

no test coverage detected