Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ Unwrap
Method
Unwrap
pkg/cmd/pr/shared/finder.go:620–622 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
618
}
619
620
func
(err *NotFoundError) Unwrap() error {
621
return
err.error
622
}
623
624
func
NewMockFinder(selector string, pr *api.PullRequest, repo ghrepo.Interface) *mockFinder {
625
var
err error
Callers
5
ParseIssuesFromArgs
Function · 0.45
getRun
Function · 0.45
TestTryDetermineDefaultPRHead
Function · 0.45
Matches
Method · 0.45
TryDetermineDefaultPRHead
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestTryDetermineDefaultPRHead
Function · 0.36