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

Method TitleValue

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

Source from the content-addressed store, hash-verified

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

Callers 1

replaceIssueFieldsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected