| 1049 | } |
| 1050 | |
| 1051 | type 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. |
| 1061 | func (q *uintQualifier) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected