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

Function NewExportBug

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

Source from the content-addressed store, hash-verified

110}
111
112func NewExportBug(entityId entity.Id) ExportResult {
113 return ExportResult{
114 EntityId: entityId,
115 Event: ExportEventBug,
116 }
117}
118
119func NewExportComment(entityId entity.Id) ExportResult {
120 return ExportResult{

Callers 3

exportBugMethod · 0.92
exportBugMethod · 0.92
exportBugMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected