(n ResourceName)
| 1145 | } |
| 1146 | |
| 1147 | func ambiguousRef(n ResourceName) bool { |
| 1148 | return n.Kind == ResourceKindUnspecified || n.Kind == ResourceKindConnector |
| 1149 | } |
| 1150 | |
| 1151 | // locationError wraps an error with source file character location information |
| 1152 | type locationError struct { |
no outgoing calls
no test coverage detected