Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
FallbackSelect
Function · 0.45
Calls
1
CheckMapKeyType
Function · 0.85
Tested by
1
TEST
Function · 0.36