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

Method fromJSON

Fleece/Core/Doc.cc:306–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 }
305
306 Retained<Doc> Doc::fromJSON(slice json, SharedKeys *sk) {
307 return new Doc(JSONConverter::convertJSON(json, sk), kTrusted, sk);
308 }
309
310
311 /*static*/ RetainedConst<Doc> Doc::containing(const Value *src) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected