Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cc
File · 0.80
Calls
1
capacity
Method · 0.45
Tested by
no test coverage detected