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

Method isNull

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

Source from the content-addressed store, hash-verified

176 Patch() : start1(0), start2(0), length1(0), length2(0) {}
177
178 bool isNull() const {
179 return start1 == 0 && start2 == 0 && length1 == 0 && length2 == 0 && diffs.size() == 0;
180 }
181
182 /**
183 * Emulate GNU diff's format.

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected