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

Method isChanged

Fleece/Tree/MutableHashTree.hh:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 unsigned count() const;
45
46 bool isChanged() const {return _root != nullptr;}
47
48 using InsertCallback = std::function<Value(Value)>;
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected