MCPcopy Create free account
hub / github.com/cli/cli / Name

Method Name

pkg/cmd/pr/shared/templates.go:118–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116
117type Template interface {
118 Name() string
119 NameForSubmit() string
120 Body() []byte
121 Title() string

Callers 15

IsAuthCheckEnabledFunction · 0.65
AssetsFromArgsFunction · 0.65
Test_NewCmdCreateFunction · 0.65
Test_NewCmdEditFunction · 0.65
printResultsFunction · 0.65
printResultsFunction · 0.65
resolveFieldColumnsFunction · 0.65
ResolveFieldByNameFunction · 0.65
ResolveFieldByIDFunction · 0.65
TestResolveFieldByIDFunction · 0.65

Implementers 3

issueTemplatepkg/cmd/pr/shared/templates.go
pullRequestTemplatepkg/cmd/pr/shared/templates.go
filesystemTemplatepkg/cmd/pr/shared/templates.go

Calls

no outgoing calls