MCPcopy
hub / github.com/cli/cli / Name

Method Name

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

Source from the content-addressed store, hash-verified

295}
296
297func (t *filesystemTemplate) Name() string {
298 return githubtemplate.ExtractName(t.path)
299}
300
301func (t *filesystemTemplate) NameForSubmit() string {
302 return ""

Callers

nothing calls this directly

Calls 1

ExtractNameFunction · 0.92

Tested by

no test coverage detected