| 154 | } |
| 155 | |
| 156 | type attrFactory struct { |
| 157 | container *containers.Container |
| 158 | adapter types.Adapter |
| 159 | provider types.Provider |
| 160 | |
| 161 | errorOnBadPresenceTest bool |
| 162 | } |
| 163 | |
| 164 | // AbsoluteAttribute refers to a variable value and an optional qualifier path. |
| 165 | // |
nothing calls this directly
no outgoing calls
no test coverage detected