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

Method KeyPath

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

Source from the content-addressed store, hash-verified

255 class KeyPath {
256 public:
257 KeyPath(slice_NONNULL spec, FLError *err) :_path(FLKeyPath_New(spec, err)) { }
258 ~KeyPath() {FLKeyPath_Free(_path);}
259
260 KeyPath(KeyPath &&kp) :_path(kp._path) {kp._path = nullptr;}

Callers

nothing calls this directly

Calls 1

FLKeyPath_NewFunction · 0.85

Tested by

no test coverage detected