MCPcopy 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
232func ghString(s *string) *githubv4.String {
233 if s == nil {
234 return nil
235 }
236 r := githubv4.String(*s)
237 return &r
238}

Callers 1

replaceIssueFieldsFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected