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

Function NewExportTitleEdition

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

Source from the content-addressed store, hash-verified

145}
146
147func NewExportTitleEdition(entityId entity.Id) ExportResult {
148 return ExportResult{
149 EntityId: entityId,
150 Event: ExportEventTitleEdition,
151 }
152}
153
154func NewExportRateLimiting(msg string) ExportResult {
155 return ExportResult{

Callers 3

exportBugMethod · 0.92
exportBugMethod · 0.92
exportBugMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected