Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ IsWildcard
Method
IsWildcard
base/attribute.h:164–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
std::optional<AttributeQualifier>(std::move(qualifier))) {}
163
164
bool IsWildcard() const { return !value_.has_value(); }
165
166
bool IsMatch(const AttributeQualifier& qualifier) const {
167
if (IsWildcard()) return true;
Callers
1
TEST
Function · 0.80
Calls
1
has_value
Method · 0.45
Tested by
1
TEST
Function · 0.64