MCPcopy
hub / github.com/mislav/hub / AddCommentedSection

Method AddCommentedSection

github/message_builder.go:17–19  ·  view source on GitHub ↗
(section string)

Source from the content-addressed store, hash-verified

15}
16
17func (b *MessageBuilder) AddCommentedSection(section string) {
18 b.commentedSections = append(b.commentedSections, section)
19}
20
21func (b *MessageBuilder) Extract() (title, body string, err error) {
22 content := b.Message

Callers 7

createReleaseFunction · 0.95
editReleaseFunction · 0.95
pullRequestFunction · 0.95
createIssueFunction · 0.95
updateIssueFunction · 0.95
reportTitleAndBodyFunction · 0.95
ExtractMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected