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

Method childIndexForBitNumber

Fleece/Tree/MutableNode.hh:390–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388
389
390 unsigned childIndexForBitNumber(unsigned bitNo) const {
391 return _bitmap.indexOfBit(bitNo);
392 }
393
394
395 bool hasChild(unsigned bitNo) const {

Callers

nothing calls this directly

Calls 1

indexOfBitMethod · 0.80

Tested by

no test coverage detected