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

Method Has

eval/public/cel_value.cc:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 absl::StatusOr<bool> Has(const CelValue& key) const override {
270 CEL_RETURN_IF_ERROR(CelValue::CheckMapKeyType(key));
271 return false;
272 }
273
274 int size() const override { return 0; }
275

Callers 2

TESTFunction · 0.45
FallbackSelectFunction · 0.45

Calls 1

CheckMapKeyTypeFunction · 0.85

Tested by 1

TESTFunction · 0.36