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

Method Diff

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

* Constructor. Initializes the diff with the provided values. * @param operation One of INSERT, DELETE or EQUAL. * @param text The text being applied. */

Source from the content-addressed store, hash-verified

119 * @param text The text being applied.
120 */
121 Diff(Operation _operation, const string_t &_text) : operation(_operation), text(_text) {}
122 Diff() =default;
123
124 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected