| 383 | } |
| 384 | |
| 385 | type conditionalAttribute struct { |
| 386 | id int64 |
| 387 | expr InterpretableV2 |
| 388 | truthy Attribute |
| 389 | falsy Attribute |
| 390 | adapter types.Adapter |
| 391 | fac AttributeFactory |
| 392 | } |
| 393 | |
| 394 | // ID is an implementation of the Attribute interface method. |
| 395 | func (a *conditionalAttribute) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected