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

Method AddQualifier

interpreter/interpretable.go:97–97  ·  view source on GitHub ↗

AddQualifier proxies the Attribute.AddQualifier method. Note, this method may mutate the current attribute state. If the desire is to clone the Attribute, the Attribute should first be copied before adding the qualifier. Attributes are not copyable by default, so this is a capable that would need t

(Qualifier)

Source from the content-addressed store, hash-verified

95 // are not copyable by default, so this is a capable that would need to be added to the
96 // AttributeFactory or specifically to the underlying Attribute implementation.
97 AddQualifier(Qualifier) (Attribute, error)
98
99 // Qualify replicates the Attribute.Qualify method to permit extension and interception
100 // of object qualification.

Callers 3

AddQualifierMethod · 0.65
AddQualifierMethod · 0.65
AddQualifierMethod · 0.65

Implementers 1

evalAttrinterpreter/interpretable.go

Calls

no outgoing calls

Tested by

no test coverage detected