MCPcopy Create free account
hub / github.com/cel-expr/cel-go / AttributeQualifierPattern

Struct AttributeQualifierPattern

interpreter/attribute_patterns.go:110–113  ·  view source on GitHub ↗

AttributeQualifierPattern holds a wildcard or valued qualifier pattern.

Source from the content-addressed store, hash-verified

108
109// AttributeQualifierPattern holds a wildcard or valued qualifier pattern.
110type AttributeQualifierPattern struct {
111 wildcard bool
112 value any
113}
114
115// Matches returns true if the qualifier pattern is a wildcard, or the Qualifier implements the
116// qualifierValueEquator interface and its IsValueEqualTo returns true for the qualifier pattern.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected