Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
394
type
Editor
interface
{
395
Edit(filename, initialValue string) (string, error)
396
}
397
398
type
UserEditor
struct
{
Callers
1
TitledEditSurvey
Function · 0.65
Implementers
5
userEditor
pkg/cmd/pr/merge/merge.go
testEditor
pkg/cmd/pr/merge/merge_test.go
UserEditor
pkg/cmd/pr/shared/survey.go
testEditor
pkg/cmd/pr/shared/survey_test.go
App
pkg/cmd/codespace/common.go
Calls
no outgoing calls
Tested by
no test coverage detected