MCPcopy 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

TESTFunction · 0.80

Calls 1

has_valueMethod · 0.45

Tested by 1

TESTFunction · 0.64