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

Method eval

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

Source from the content-addressed store, hash-verified

267 operator FLKeyPath() const {return _path;}
268
269 Value eval(Value root) const {
270 return FLKeyPath_Eval(_path, root);
271 }
272
273 static Value eval(slice_NONNULL specifier, Value root, FLError *error) {
274 return FLKeyPath_EvalOnce(specifier, root, error);

Callers

nothing calls this directly

Calls 2

FLKeyPath_EvalFunction · 0.85
FLKeyPath_EvalOnceFunction · 0.85

Tested by

no test coverage detected