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

Function NewImportBug

bridge/core/import.go:127–132  ·  view source on GitHub ↗
(entityId entity.Id)

Source from the content-addressed store, hash-verified

125}
126
127func NewImportBug(entityId entity.Id) ImportResult {
128 return ImportResult{
129 EntityId: entityId,
130 Event: ImportEventBug,
131 }
132}
133
134func NewImportComment(entityId entity.Id, commentId entity.CombinedId) ImportResult {
135 return ImportResult{

Callers 4

ensureIssueMethod · 0.92
ImportAllMethod · 0.92
ensureIssueMethod · 0.92
ensureIssueMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected