MCPcopy Index your code
hub / github.com/cli/cli / ReadBranchConfig

Method ReadBranchConfig

pkg/cmd/pr/shared/finder.go:39–39  ·  view source on GitHub ↗
(ctx context.Context, branchName string)

Source from the content-addressed store, hash-verified

37
38type GitConfigClient interface {
39 ReadBranchConfig(ctx context.Context, branchName string) (git.BranchConfig, error)
40 PushDefault(ctx context.Context) (git.PushDefault, error)
41 RemotePushDefault(ctx context.Context) (string, error)
42 PushRevision(ctx context.Context, branchName string) (git.RemoteTrackingRef, error)

Callers 4

FindMethod · 0.65
NewCreateContextFunction · 0.65
statusRunFunction · 0.65

Implementers 2

Clientgit/client.go
stubGitConfigClientpkg/cmd/pr/shared/finder_test.go

Calls

no outgoing calls

Tested by

no test coverage detected