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