(ctx context.Context, repo *cache.RepoCache, bug *cache.BugCache, ghIssueId githubv4.ID, edit *userContentEdit)
| 233 | } |
| 234 | |
| 235 | func (gi *githubImporter) ensureIssueEdit(ctx context.Context, repo *cache.RepoCache, bug *cache.BugCache, ghIssueId githubv4.ID, edit *userContentEdit) error { |
| 236 | return gi.ensureCommentEdit(ctx, repo, bug, ghIssueId, edit) |
| 237 | } |
| 238 | |
| 239 | func (gi *githubImporter) ensureTimelineItem(ctx context.Context, repo *cache.RepoCache, b *cache.BugCache, item *timelineItem) error { |
| 240 |
no test coverage detected