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

Function NewExportComment

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

Source from the content-addressed store, hash-verified

117}
118
119func NewExportComment(entityId entity.Id) ExportResult {
120 return ExportResult{
121 EntityId: entityId,
122 Event: ExportEventComment,
123 }
124}
125
126func NewExportCommentEdition(entityId entity.Id) ExportResult {
127 return ExportResult{

Callers 3

exportBugMethod · 0.92
exportBugMethod · 0.92
exportBugMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected