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

Method Body

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

Source from the content-addressed store, hash-verified

303}
304
305func (t *filesystemTemplate) Body() []byte {
306 return githubtemplate.ExtractContents(t.path)
307}
308
309func (t *filesystemTemplate) Title() string {
310 return githubtemplate.ExtractTitle(t.path)

Callers

nothing calls this directly

Calls 1

ExtractContentsFunction · 0.92

Tested by

no test coverage detected