| 919 | } |
| 920 | |
| 921 | type 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. |
| 931 | func (q *intQualifier) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected