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

Function FLKeyPath_ToString

Fleece/API_Impl/Fleece.cc:556–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556FLStringResult FLKeyPath_ToString(FLKeyPath path) FLAPI {
557 return toSliceResult(alloc_slice(std::string(*path)));
558}
559
560bool FLKeyPath_Equals(FLKeyPath path1, FLKeyPath path2) FLAPI {
561 return *path1 == *path2;

Callers 1

KeyPathClass · 0.85

Calls 2

toSliceResultFunction · 0.85
alloc_sliceFunction · 0.50

Tested by

no test coverage detected