Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
154
func
NewExportRateLimiting(msg string) ExportResult {
155
return
ExportResult{
156
Reason: msg,
157
Event: ExportEventRateLimiting,
158
}
159
}
Callers
2
mutate
Method · 0.92
queryExport
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected