MCPcopy
hub / github.com/cli/cli / Edit

Method Edit

pkg/cmd/pr/merge/merge.go:23–23  ·  view source on GitHub ↗
(string, string)

Source from the content-addressed store, hash-verified

21
22type editor interface {
23 Edit(string, string) (string, error)
24}
25
26type MergeOptions struct {

Callers 4

createRunFunction · 0.65
editRunFunction · 0.65
confirmSubmissionFunction · 0.65
newEditCmdFunction · 0.65

Implementers 5

userEditorpkg/cmd/pr/merge/merge.go
testEditorpkg/cmd/pr/merge/merge_test.go
UserEditorpkg/cmd/pr/shared/survey.go
testEditorpkg/cmd/pr/shared/survey_test.go
Apppkg/cmd/codespace/common.go

Calls

no outgoing calls

Tested by

no test coverage detected