| 570 | } |
| 571 | |
| 572 | type relativeAttribute struct { |
| 573 | id int64 |
| 574 | operand InterpretableV2 |
| 575 | qualifiers []Qualifier |
| 576 | adapter types.Adapter |
| 577 | fac AttributeFactory |
| 578 | |
| 579 | errorOnBadPresenceTest bool |
| 580 | } |
| 581 | |
| 582 | // ID is an implementation of the Attribute interface method. |
| 583 | func (a *relativeAttribute) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected