Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ bitCount
Method
bitCount
Fleece/Support/Bitmap.hh:65–65 ·
view source on GitHub ↗
Total number of 1 bits */
Source
from the content-addressed store, hash-verified
63
64
/** Total number of 1 bits */
65
unsigned bitCount() const {return popcount(_bits);}
66
67
/** True if no bits are 1 */
68
bool empty() const {return _bits == 0;}
Callers
3
SupportTests.cc
File · 0.80
childCount
Method · 0.80
childCount
Method · 0.80
Calls
1
popcount
Function · 0.85
Tested by
no test coverage detected