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

Method reset

Fleece/Support/Writer.cc:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91 void Writer::reset() {
92 _reset();
93 _length = _available.size; // effectively 0
94 }
95
96
97#if DEBUG

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected