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

Function NewExportError

bridge/core/export.go:88–94  ·  view source on GitHub ↗
(err error, entityId entity.Id)

Source from the content-addressed store, hash-verified

86}
87
88func NewExportError(err error, entityId entity.Id) ExportResult {
89 return ExportResult{
90 EntityId: entityId,
91 Err: err,
92 Event: ExportEventError,
93 }
94}
95
96func NewExportWarning(err error, entityId entity.Id) ExportResult {
97 return ExportResult{

Callers 6

ExportAllMethod · 0.92
exportBugMethod · 0.92
ExportAllMethod · 0.92
exportBugMethod · 0.92
ExportAllMethod · 0.92
exportBugMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected