(editable *shared.Editable)
| 509 | } |
| 510 | |
| 511 | func (s surveyor) FieldsToEdit(editable *shared.Editable) error { |
| 512 | return shared.FieldsToEditSurvey(s.P, editable) |
| 513 | } |
| 514 | |
| 515 | func (s surveyor) EditFields(editable *shared.Editable, editorCmd string) error { |
| 516 | return shared.EditFieldsSurvey(s.P, editable, editorCmd) |
nothing calls this directly
no test coverage detected