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

Method parent

Fleece/Integration/MCollection.hh:39–39  ·  view source on GitHub ↗

The parent collection, if any. */

Source from the content-addressed store, hash-verified

37
38 /** The parent collection, if any. */
39 MCollection* parent() const {return _parent;}
40
41 protected:
42 using MValue = MValue<Native>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected