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

Method reset

API/fleece/Fleece.hh:678–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 inline Doc Encoder::finishDoc(FLError* err) {return Doc(FLEncoder_FinishDoc(_enc, err), false);}
677 inline alloc_slice Encoder::finish(FLError* err) {return FLEncoder_Finish(_enc, err);}
678 inline void Encoder::reset() {return FLEncoder_Reset(_enc);}
679 inline FLError Encoder::error() const {return FLEncoder_GetError(_enc);}
680 inline const char* Encoder::errorMessage() const {return FLEncoder_GetErrorMessage(_enc);}
681

Callers

nothing calls this directly

Calls 1

FLEncoder_ResetFunction · 0.85

Tested by

no test coverage detected