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

Method ensureIssueEdit

bridge/github/import.go:235–237  ·  view source on GitHub ↗
(ctx context.Context, repo *cache.RepoCache, bug *cache.BugCache, ghIssueId githubv4.ID, edit *userContentEdit)

Source from the content-addressed store, hash-verified

233}
234
235func (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
239func (gi *githubImporter) ensureTimelineItem(ctx context.Context, repo *cache.RepoCache, b *cache.BugCache, item *timelineItem) error {
240

Callers 1

ImportAllMethod · 0.95

Calls 1

ensureCommentEditMethod · 0.95

Tested by

no test coverage detected