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

Method GetCoreEditor

cache/repo_cache_common.go:49–51  ·  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

47
48// GetCoreEditor returns the name of the editor that the user has used to configure git.
49func (c *RepoCache) GetCoreEditor() (string, error) {
50 return c.repo.GetCoreEditor()
51}
52
53// GetRemotes returns the configured remotes repositories.
54func (c *RepoCache) GetRemotes() (map[string]string, error) {

Callers

nothing calls this directly

Calls 1

GetCoreEditorMethod · 0.65

Tested by

no test coverage detected