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

Method isChanged

Fleece/Mutable/HeapValue.hh:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 static Retained<HeapCollection> mutableCopy(const Value *v, tags ifType);
83
84 bool isChanged() const FLPURE {return _changed;}
85
86 protected:
87 HeapCollection(internal::tags tag)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected