Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
91
func
(e Editable) TitleValue() *string {
92
if
!e.Title.Edited {
93
return
nil
94
}
95
return
&e.Title.Value
96
}
97
98
func
(e Editable) BodyValue() *string {
99
if
!e.Body.Edited {
Callers
1
replaceIssueFields
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected