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

Function FLCreateJSONDelta

Fleece/API_Impl/Fleece.cc:796–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794
795
796FLSliceResult FLCreateJSONDelta(FLValue old, FLValue nuu) FLAPI {
797 try {
798 return toSliceResult(JSONDelta::create(old, nuu));
799 } catch (const std::exception&) {
800 return {};
801 }
802}
803
804bool FLEncodeJSONDelta(FLValue old, FLValue nuu, FLEncoder jsonEncoder) FLAPI {
805 try {

Callers 1

createMethod · 0.85

Calls 1

toSliceResultFunction · 0.85

Tested by

no test coverage detected