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

Method TitleValue

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

Source from the content-addressed store, hash-verified

89}
90
91func (e Editable) TitleValue() *string {
92 if !e.Title.Edited {
93 return nil
94 }
95 return &e.Title.Value
96}
97
98func (e Editable) BodyValue() *string {
99 if !e.Body.Edited {

Callers 1

replaceIssueFieldsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected