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

Function NewExportLabelChange

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

Source from the content-addressed store, hash-verified

138}
139
140func NewExportLabelChange(entityId entity.Id) ExportResult {
141 return ExportResult{
142 EntityId: entityId,
143 Event: ExportEventLabelChange,
144 }
145}
146
147func NewExportTitleEdition(entityId entity.Id) ExportResult {
148 return ExportResult{

Callers 3

exportBugMethod · 0.92
exportBugMethod · 0.92
exportBugMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected