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

Method Qualify

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

Qualify replicates the Attribute.Qualify method to permit extension and interception of object qualification.

(vars Activation, obj any)

Source from the content-addressed store, hash-verified

99 // Qualify replicates the Attribute.Qualify method to permit extension and interception
100 // of object qualification.
101 Qualify(vars Activation, obj any) (any, error)
102
103 // QualifyIfPresent qualifies the object if the qualifier is declared or defined on the object.
104 // The 'presenceOnly' flag indicates that the value is not necessary, just a boolean status as

Callers 4

QualifyMethod · 0.65
QualifyMethod · 0.65
QualifyMethod · 0.65
QualifyMethod · 0.65

Implementers 1

evalAttrinterpreter/interpretable.go

Calls

no outgoing calls

Tested by

no test coverage detected