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

Function NewImportTitleEdition

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

Source from the content-addressed store, hash-verified

164}
165
166func NewImportTitleEdition(entityId entity.Id, opId entity.Id) ImportResult {
167 return ImportResult{
168 EntityId: entityId,
169 OperationId: opId,
170 Event: ImportEventTitleEdition,
171 }
172}
173
174func NewImportIdentity(entityId entity.Id) ImportResult {
175 return ImportResult{

Callers 3

ensureTimelineItemMethod · 0.92
ensureIssueEventMethod · 0.92
ensureChangeMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected