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

Function NewExportNothing

bridge/core/export.go:104–110  ·  view source on GitHub ↗
(entityId entity.Id, reason string)

Source from the content-addressed store, hash-verified

102}
103
104func NewExportNothing(entityId entity.Id, reason string) ExportResult {
105 return ExportResult{
106 EntityId: entityId,
107 Reason: reason,
108 Event: ExportEventNothing,
109 }
110}
111
112func NewExportBug(entityId entity.Id) ExportResult {
113 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