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

Method reset

Fleece/Core/JSONConverter.cc:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void JSONConverter::reset() {
47 jsonsl_reset(_jsn);
48 _jsonError = JSONSL_ERROR_SUCCESS;
49 _errorPos = 0;
50 }
51
52 const char* JSONConverter::errorMessage() noexcept {
53 if (!_errorMessage.empty())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected