MCPcopy Create free account
hub / github.com/git-bug/git-bug / NewImportStatusChange

Function NewImportStatusChange

bridge/core/import.go:150–156  ·  view source on GitHub ↗
(entityId entity.Id, opId entity.Id)

Source from the content-addressed store, hash-verified

148}
149
150func NewImportStatusChange(entityId entity.Id, opId entity.Id) ImportResult {
151 return ImportResult{
152 EntityId: entityId,
153 OperationId: opId,
154 Event: ImportEventStatusChange,
155 }
156}
157
158func NewImportLabelChange(entityId entity.Id, opId entity.Id) ImportResult {
159 return ImportResult{

Callers 3

ensureTimelineItemMethod · 0.92
ensureIssueEventMethod · 0.92
ensureChangeMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected