MCPcopy 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
669func (m *mockFinder) ExpectFields(fields []string) {
670 m.expectFields = fields
671}
672
673func isEqualSet(a, b []string) bool {
674 if len(a) != len(b) {

Calls

no outgoing calls

Tested by 7

Test_diffRunFunction · 0.36
TestSpecificPRResolverFunction · 0.36
TestPromptingPRResolverFunction · 0.36
TestPRCheckout_sameRepoFunction · 0.36