MCPcopy Index your code
hub / github.com/cli/cli / BodyValue

Method BodyValue

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

Source from the content-addressed store, hash-verified

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

Callers 1

replaceIssueFieldsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected