MCPcopy Create free account
hub / github.com/cli/cli / Edit

Method Edit

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

Source from the content-addressed store, hash-verified

388
389type Editor interface {
390 Edit(filename, initialValue string) (string, error)
391}
392
393type 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