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

Function NewExportCommentEdition

bridge/core/export.go:126–131  ·  view source on GitHub ↗
(entityId entity.Id)

Source from the content-addressed store, hash-verified

124}
125
126func NewExportCommentEdition(entityId entity.Id) ExportResult {
127 return ExportResult{
128 EntityId: entityId,
129 Event: ExportEventCommentEdition,
130 }
131}
132
133func NewExportStatusChange(entityId entity.Id) ExportResult {
134 return ExportResult{

Callers 3

exportBugMethod · 0.92
exportBugMethod · 0.92
exportBugMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected