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

Method diff_match_patch

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

Source from the content-addressed store, hash-verified

256 public:
257
258 diff_match_patch() :
259 Diff_Timeout(1.0f),
260 Diff_EditCost(4),
261 Match_Threshold(0.5f),
262 Match_Distance(1000),
263 Patch_DeleteThreshold(0.5f),
264 Patch_Margin(4),
265 Match_MaxBits(32) {
266 }
267
268 // DIFF FUNCTIONS
269

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected