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

Method ~KeyPath

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

Source from the content-addressed store, hash-verified

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;}
261 KeyPath& operator=(KeyPath &&kp) {FLKeyPath_Free(_path); _path = kp._path;

Callers

nothing calls this directly

Calls 1

FLKeyPath_FreeFunction · 0.85

Tested by

no test coverage detected