Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ ghString
Function
ghString
pkg/cmd/pr/shared/editable_http.go:232–238 ·
view source on GitHub ↗
(s *string)
Source
from the content-addressed store, hash-verified
230
}
231
232
func
ghString(s *string) *githubv4.String {
233
if
s == nil {
234
return
nil
235
}
236
r := githubv4.String(*s)
237
return
&r
238
}
Callers
1
replaceIssueFields
Function · 0.85
Calls
1
String
Method · 0.45
Tested by
no test coverage detected