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

Struct intQualifier

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

Source from the content-addressed store, hash-verified

919}
920
921type intQualifier struct {
922 id int64
923 value int64
924 celValue ref.Val
925 adapter types.Adapter
926 optional bool
927 errorOnBadPresenceTest bool
928}
929
930// ID is an implementation of the Qualifier interface method.
931func (q *intQualifier) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected