()
| 96 | } |
| 97 | |
| 98 | func (e Editable) BodyValue() *string { |
| 99 | if !e.Body.Edited { |
| 100 | return nil |
| 101 | } |
| 102 | return &e.Body.Value |
| 103 | } |
| 104 | |
| 105 | func (e Editable) AssigneeIds(client *api.Client, repo ghrepo.Interface) (*[]string, error) { |
| 106 | if !e.Assignees.Edited { |
no outgoing calls
no test coverage detected