| 1117 | } |
| 1118 | |
| 1119 | type boolQualifier struct { |
| 1120 | id int64 |
| 1121 | value bool |
| 1122 | celValue ref.Val |
| 1123 | adapter types.Adapter |
| 1124 | optional bool |
| 1125 | errorOnBadPresenceTest bool |
| 1126 | } |
| 1127 | |
| 1128 | // ID is an implementation of the Qualifier interface method. |
| 1129 | func (q *boolQualifier) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected