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

Method context

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

The shared context of the object tree. */

Source from the content-addressed store, hash-verified

34
35 /** The shared context of the object tree. */
36 MContext* context() const {return _context;}
37
38 /** The parent collection, if any. */
39 MCollection* parent() const {return _parent;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected