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

Function NewImportLabelChange

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

Source from the content-addressed store, hash-verified

156}
157
158func NewImportLabelChange(entityId entity.Id, opId entity.Id) ImportResult {
159 return ImportResult{
160 EntityId: entityId,
161 OperationId: opId,
162 Event: ImportEventLabelChange,
163 }
164}
165
166func NewImportTitleEdition(entityId entity.Id, opId entity.Id) ImportResult {
167 return ImportResult{

Callers 2

ensureTimelineItemMethod · 0.92
ensureChangeMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected