MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / ListKeys

Method ListKeys

eval/public/cel_value.cc:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 bool empty() const override { return true; }
277
278 absl::StatusOr<const CelList*> ListKeys() const override {
279 return EmptyCelList::Get();
280 }
281};
282
283} // namespace

Callers 3

operator()Method · 0.45
ComparisonImplFunction · 0.45
MapEqualFunction · 0.45

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected