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

Method hasChild

Fleece/Tree/MutableNode.hh:395–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393
394
395 bool hasChild(unsigned bitNo) const {
396 return _bitmap.containsBit(bitNo);
397 }
398
399
400 NodeRef& childForBitNumber(unsigned bitNo) {

Callers

nothing calls this directly

Calls 1

containsBitMethod · 0.80

Tested by

no test coverage detected