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

Function NewExportStatusChange

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

Source from the content-addressed store, hash-verified

131}
132
133func NewExportStatusChange(entityId entity.Id) ExportResult {
134 return ExportResult{
135 EntityId: entityId,
136 Event: ExportEventStatusChange,
137 }
138}
139
140func NewExportLabelChange(entityId entity.Id) ExportResult {
141 return ExportResult{

Callers 3

exportBugMethod · 0.92
exportBugMethod · 0.92
exportBugMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected