evalAttr evaluates an Attribute value.
| 1411 | |
| 1412 | // evalAttr evaluates an Attribute value. |
| 1413 | type evalAttr struct { |
| 1414 | adapter types.Adapter |
| 1415 | attr Attribute |
| 1416 | optional bool |
| 1417 | } |
| 1418 | |
| 1419 | var _ InterpretableAttribute = &evalAttr{} |
| 1420 |
nothing calls this directly
no outgoing calls
no test coverage detected