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

Method patch_toText

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

Source from the content-addressed store, hash-verified

2247 */
2248 public:
2249 static string_t patch_toText(const Patches &patches) {
2250 string_t text;
2251 for (typename Patches::const_iterator cur_patch = patches.begin(); cur_patch != patches.end(); ++cur_patch) {
2252 text += (*cur_patch).toString();
2253 }
2254 return text;
2255 }
2256
2257 /**
2258 * Parse a textual representation of patches and return a List of Patch

Callers 1

createStringDeltaMethod · 0.80

Calls 3

beginMethod · 0.45
endMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected