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

Struct uintQualifier

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

Source from the content-addressed store, hash-verified

1049}
1050
1051type uintQualifier struct {
1052 id int64
1053 value uint64
1054 celValue ref.Val
1055 adapter types.Adapter
1056 optional bool
1057 errorOnBadPresenceTest bool
1058}
1059
1060// ID is an implementation of the Qualifier interface method.
1061func (q *uintQualifier) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected