MCPcopy Index your code
hub / github.com/git-bug/git-bug / GetCoreEditor

Method GetCoreEditor

repository/repo.go:73–73  ·  view source on GitHub ↗

GetCoreEditor returns the name of the editor that the user has used to configure git.

()

Source from the content-addressed store, hash-verified

71
72 // GetCoreEditor returns the name of the editor that the user has used to configure git.
73 GetCoreEditor() (string, error)
74
75 // GetRemotes returns the configured remotes repositories.
76 GetRemotes() (map[string]string, error)

Callers 2

GetCoreEditorMethod · 0.65
LaunchEditorFunction · 0.65

Implementers 3

RepoCachecache/repo_cache.go
mockRepoCommonrepository/mock_repo.go
GoGitReporepository/gogit.go

Calls

no outgoing calls

Tested by

no test coverage detected