MCPcopy Create free account
hub / github.com/github/gh-aw / ambiguous

Method ambiguous

pkg/intent/resolver.go:152–159  ·  view source on GitHub ↗
(source AttributionSource, rule string)

Source from the content-addressed store, hash-verified

150}
151
152func (r Resolver) ambiguous(source AttributionSource, rule string) IntentRecord {
153 return IntentRecord{
154 Status: AttributionAmbiguous,
155 Source: source,
156 Rule: rule,
157 ResolverVersion: r.ResolverVersion,
158 }
159}
160
161func (r Resolver) statusForLabels(labels []string) AttributionStatus {
162 if len(labels) == 0 {

Callers 1

ResolvePullRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected