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

Method FieldsToEdit

pkg/cmd/pr/edit/edit.go:511–513  ·  view source on GitHub ↗
(editable *shared.Editable)

Source from the content-addressed store, hash-verified

509}
510
511func (s surveyor) FieldsToEdit(editable *shared.Editable) error {
512 return shared.FieldsToEditSurvey(s.P, editable)
513}
514
515func (s surveyor) EditFields(editable *shared.Editable, editorCmd string) error {
516 return shared.EditFieldsSurvey(s.P, editable, editorCmd)

Callers

nothing calls this directly

Calls 1

FieldsToEditSurveyFunction · 0.92

Tested by

no test coverage detected