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

Function NewImportRateLimiting

bridge/core/import.go:181–186  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

179}
180
181func NewImportRateLimiting(msg string) ImportResult {
182 return ImportResult{
183 Reason: msg,
184 Event: ImportEventRateLimiting,
185 }
186}

Callers 2

ImportAllMethod · 0.92
getEventHandleMsgsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected