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

Method mutate

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

Source from the content-addressed store, hash-verified

107 }
108
109 void mutate() {
110 assert(_native);
111 _value = nullptr;
112 }
113
114 protected:
115 // These methods must be specialized for each specific Native type:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected