(rule string)
| 141 | } |
| 142 | |
| 143 | func (r Resolver) unlinked(rule string) IntentRecord { |
| 144 | return IntentRecord{ |
| 145 | Status: AttributionUnlinked, |
| 146 | Source: SourceNone, |
| 147 | Rule: rule, |
| 148 | ResolverVersion: r.ResolverVersion, |
| 149 | } |
| 150 | } |
| 151 | |
| 152 | func (r Resolver) ambiguous(source AttributionSource, rule string) IntentRecord { |
| 153 | return IntentRecord{ |
no outgoing calls
no test coverage detected