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

Method removeBit

Fleece/Support/Bitmap.hh:80–80  ·  view source on GitHub ↗

Sets bit `bitNo` to 0. */

Source from the content-addressed store, hash-verified

78
79 /** Sets bit `bitNo` to 0. */
80 void removeBit(unsigned bitNo) {_bits &= ~mask(bitNo);}
81
82 private:
83 static Rep mask(unsigned bitNo) {return Rep(1) << bitNo;}

Callers 1

removeChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected