(b bug.Interface, p identity.Interface, timestamp int64)
| 144 | } |
| 145 | |
| 146 | func comment(b bug.Interface, p identity.Interface, timestamp int64) { |
| 147 | _, _, _ = bug.AddComment(b, p, timestamp, paragraphs(), nil, nil) |
| 148 | } |
| 149 | |
| 150 | func title(b bug.Interface, p identity.Interface, timestamp int64) { |
| 151 | _, _ = bug.SetTitle(b, p, timestamp, fake.Sentence(), nil) |
nothing calls this directly
no test coverage detected