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

Method fromJSON

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

Source from the content-addressed store, hash-verified

719 }
720
721 inline Doc Doc::fromJSON(slice_NONNULL json, FLError *outError) {
722 return Doc(FLDoc_FromJSON(json, outError), false);
723 }
724
725 inline Doc& Doc::operator=(const Doc &other) {
726 if (other._doc != _doc) {

Callers

nothing calls this directly

Calls 2

FLDoc_FromJSONFunction · 0.85
DocClass · 0.70

Tested by

no test coverage detected