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

Method operator!=

Fleece/Support/diff_match_patch.hh:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 return (d.operation == this->operation) && (d.text == this->text);
143 }
144 bool operator!=(const Diff &d) const { return !(operator == (d)); }
145
146 static string_t strOperation(Operation op) {
147 switch (op) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected