Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ GetFor
Method
GetFor
pkg/ruler/rulespb/rules.pb.go:204–209 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
202
}
203
204
func
(m *RuleDesc) GetFor() time.Duration {
205
if
m != nil {
206
return
m.For
207
}
208
return
0
209
}
210
211
func
(m *RuleDesc) GetKeepFiringFor() time.Duration {
212
if
m != nil {
Callers
2
ruleGroupListToGroupStateDesc
Method · 0.80
FromProto
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected