MCPcopy
hub / github.com/mislav/hub / Cleanup

Method Cleanup

github/message_builder.go:56–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func (b *MessageBuilder) Cleanup() {
57 if b.editor != nil {
58 b.editor.DeleteFile()
59 }
60}

Callers 7

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

Calls 1

DeleteFileMethod · 0.80

Tested by

no test coverage detected