| 817 | } |
| 818 | |
| 819 | type stringQualifier struct { |
| 820 | id int64 |
| 821 | value string |
| 822 | celValue ref.Val |
| 823 | adapter types.Adapter |
| 824 | optional bool |
| 825 | errorOnBadPresenceTest bool |
| 826 | } |
| 827 | |
| 828 | // ID is an implementation of the Qualifier interface method. |
| 829 | func (q *stringQualifier) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected