| 21 | } |
| 22 | |
| 23 | type wildcardAliasObservation struct { |
| 24 | index int |
| 25 | value string |
| 26 | dataType ValueType |
| 27 | offset int |
| 28 | err string |
| 29 | } |
| 30 | |
| 31 | func aliasErrorString(err error) string { |
| 32 | if err == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected