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

Method Edit

pkg/cmd/pr/shared/survey.go:395–395  ·  view source on GitHub ↗
(filename, initialValue string)

Source from the content-addressed store, hash-verified

393
394type Editor interface {
395 Edit(filename, initialValue string) (string, error)
396}
397
398type UserEditor struct {

Callers 1

TitledEditSurveyFunction · 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