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

Method mask

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

Source from the content-addressed store, hash-verified

81
82 private:
83 static Rep mask(unsigned bitNo) {return Rep(1) << bitNo;}
84
85 Rep _bits;
86 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected