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

Method unlinked

pkg/intent/resolver.go:143–150  ·  view source on GitHub ↗
(rule string)

Source from the content-addressed store, hash-verified

141}
142
143func (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
152func (r Resolver) ambiguous(source AttributionSource, rule string) IntentRecord {
153 return IntentRecord{

Callers 2

ResolvePullRequestMethod · 0.95
ResolveIssueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected