MCPcopy Index your code
hub / github.com/git-bug/git-bug / comment

Function comment

misc/random_bugs/create_random_bugs.go:146–148  ·  view source on GitHub ↗
(b bug.Interface, p identity.Interface, timestamp int64)

Source from the content-addressed store, hash-verified

144}
145
146func comment(b bug.Interface, p identity.Interface, timestamp int64) {
147 _, _, _ = bug.AddComment(b, p, timestamp, paragraphs(), nil, nil)
148}
149
150func title(b bug.Interface, p identity.Interface, timestamp int64) {
151 _, _ = bug.SetTitle(b, p, timestamp, fake.Sentence(), nil)

Callers

nothing calls this directly

Calls 2

AddCommentFunction · 0.92
paragraphsFunction · 0.85

Tested by

no test coverage detected