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

Method BodyValue

pkg/cmd/pr/shared/editable.go:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

replaceIssueFieldsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected