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

Method GetCoreEditor

repository/git.go:165–167  ·  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

163
164// GetCoreEditor returns the name of the editor that the user has used to configure git.
165func (repo *GitRepo) GetCoreEditor() (string, error) {
166 return repo.runGitCommand("var", "GIT_EDITOR")
167}
168
169// GetSubmitStrategy returns the way in which a review is submitted
170func (repo *GitRepo) GetSubmitStrategy() (string, error) {

Callers

nothing calls this directly

Calls 1

runGitCommandMethod · 0.95

Tested by

no test coverage detected