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

Method AddQualifier

interpreter/attributes.go:105–105  ·  view source on GitHub ↗

AddQualifier adds a qualifier on the Attribute or error if the qualification is not a valid qualifier type.

(Qualifier)

Source from the content-addressed store, hash-verified

103
104 // AddQualifier adds a qualifier on the Attribute or error if the qualification is not a valid qualifier type.
105 AddQualifier(Qualifier) (Attribute, error)
106
107 // Resolve returns the value of the Attribute and whether it was present given an Activation.
108 // For objects which support safe traversal, the value may be non-nil and the presence flag be false.

Implementers 6

attributeMatcherinterpreter/attribute_patterns.go
evalAttrinterpreter/interpretable.go
absoluteAttributeinterpreter/attributes.go
conditionalAttributeinterpreter/attributes.go
maybeAttributeinterpreter/attributes.go
relativeAttributeinterpreter/attributes.go

Calls

no outgoing calls