MCPcopy Create free account
hub / github.com/git-bug/git-bug / paragraphs

Function paragraphs

misc/random_bugs/create_random_bugs.go:141–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139}
140
141func paragraphs() string {
142 p := fake.Paragraphs()
143 return strings.Replace(p, "\t", "\n\n", -1)
144}
145
146func comment(b bug.Interface, p identity.Interface, timestamp int64) {
147 _, _, _ = bug.AddComment(b, p, timestamp, paragraphs(), nil, nil)

Callers 2

commentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected