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

Function NewImportCommentEdition

bridge/core/import.go:142–148  ·  view source on GitHub ↗
(entityId entity.Id, commentId entity.CombinedId)

Source from the content-addressed store, hash-verified

140}
141
142func NewImportCommentEdition(entityId entity.Id, commentId entity.CombinedId) ImportResult {
143 return ImportResult{
144 EntityId: entityId,
145 ComponentId: commentId,
146 Event: ImportEventCommentEdition,
147 }
148}
149
150func NewImportStatusChange(entityId entity.Id, opId entity.Id) ImportResult {
151 return ImportResult{

Callers 4

ensureCommentEditMethod · 0.92
ensureIssueEventMethod · 0.92
ensureCommentMethod · 0.92
ensureChangeMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected