Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ ExpectFields
Method
ExpectFields
pkg/cmd/pr/shared/finder.go:669–671 ·
view source on GitHub ↗
(fields []string)
Source
from the content-addressed store, hash-verified
667
}
668
669
func
(m *mockFinder) ExpectFields(fields []string) {
670
m.expectFields = fields
671
}
672
673
func
isEqualSet(a, b []string) bool {
674
if
len(a) != len(b) {
Callers
7
Test_diffRun
Function · 0.45
TestSpecificPRResolver
Function · 0.45
TestPromptingPRResolver
Function · 0.45
TestPRCheckout_sameRepo
Function · 0.45
TestPRCheckout_differentRepo_remoteExists
Function · 0.45
TestPRCheckout_differentRepo
Function · 0.45
TestPRCheckout_differentRepoForce
Function · 0.45
Calls
no outgoing calls
Tested by
7
Test_diffRun
Function · 0.36
TestSpecificPRResolver
Function · 0.36
TestPromptingPRResolver
Function · 0.36
TestPRCheckout_sameRepo
Function · 0.36
TestPRCheckout_differentRepo_remoteExists
Function · 0.36
TestPRCheckout_differentRepo
Function · 0.36
TestPRCheckout_differentRepoForce
Function · 0.36