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

Function NewExportRateLimiting

bridge/core/export.go:154–159  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

152}
153
154func NewExportRateLimiting(msg string) ExportResult {
155 return ExportResult{
156 Reason: msg,
157 Event: ExportEventRateLimiting,
158 }
159}

Callers 2

mutateMethod · 0.92
queryExportMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected