Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
func
NewImportRateLimiting(msg string) ImportResult {
182
return
ImportResult{
183
Reason: msg,
184
Event: ImportEventRateLimiting,
185
}
186
}
Callers
2
ImportAll
Method · 0.92
getEventHandleMsgs
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected