MCPcopy Create free account
hub / github.com/couchbase/fleece / operator==

Method operator==

API/fleece/Fleece.hh:281–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 bool operator== (const KeyPath &kp) const {return FLKeyPath_Equals(_path, kp._path);}
282 private:
283 KeyPath& operator=(const KeyPath&) =delete;
284 friend class Value;

Callers

nothing calls this directly

Calls 1

FLKeyPath_EqualsFunction · 0.85

Tested by

no test coverage detected