MCPcopy
hub / github.com/jesseduffield/lazygit / FullRefName

Method FullRefName

pkg/commands/models/ref.go:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3type Ref interface {
4 FullRefName() string
5 RefName() string
6 ShortRefName() string
7 ParentRefName() string

Callers 15

GetCommitsMethod · 0.65
GetBaseBranchMethod · 0.65
GetOnRenderToMainMethod · 0.65
createResetMenuMethod · 0.65
GetOnRenderToMainMethod · 0.65
checkoutMethod · 0.65
createResetMenuMethod · 0.65
GetOnRenderToMainMethod · 0.65
createTagMethod · 0.65

Implementers 5

Branchpkg/commands/models/branch.go
Tagpkg/commands/models/tag.go
RemoteBranchpkg/commands/models/remote_branch.go
StashEntrypkg/commands/models/stash_entry.go
Commitpkg/commands/models/commit.go

Calls

no outgoing calls

Tested by

no test coverage detected