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

Method diff_bisect

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

Source from the content-addressed store, hash-verified

486 */
487 protected:
488 static Diffs diff_bisect(const string_t &text1, const string_t &text2, clock_t deadline) {
489 Diffs diffs;
490 diff_bisect(text1, text2, deadline, diffs);
491 return diffs;
492 }
493 private:
494 static void diff_bisect(const string_t &text1, const string_t &text2, clock_t deadline, Diffs& diffs) {
495 // Cache the text lengths to prevent multiple calls.

Callers

nothing calls this directly

Calls 3

DiffClass · 0.85
lengthMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected