evalAttr evaluates an Attribute value.
| 1369 | |
| 1370 | // evalAttr evaluates an Attribute value. |
| 1371 | type evalAttr struct { |
| 1372 | adapter types.Adapter |
| 1373 | attr Attribute |
| 1374 | optional bool |
| 1375 | } |
| 1376 | |
| 1377 | var _ InterpretableAttribute = &evalAttr{} |
| 1378 |
nothing calls this directly
no outgoing calls
no test coverage detected