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

Method hasNative

Fleece/Integration/MValue.hh:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 bool isEmpty() const FLPURE {return !_value && !_native;}
84 bool isMutated() const FLPURE {return !_value;}
85 bool hasNative() const FLPURE {return _native != nullptr;}
86
87 Native asNative(const MCollection<Native> *parent) const {
88 if (_native || !_value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected