MCPcopy Index your code
hub / github.com/cli/cli / pullRequestTemplate

Struct pullRequestTemplate

pkg/cmd/pr/shared/templates.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type pullRequestTemplate struct {
25 Gname string `graphql:"filename"`
26 Gbody string `graphql:"body"`
27}
28
29func (t *issueTemplate) Name() string {
30 return t.Gname

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected