MCPcopy 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
204func (m *RuleDesc) GetFor() time.Duration {
205 if m != nil {
206 return m.For
207 }
208 return 0
209}
210
211func (m *RuleDesc) GetKeepFiringFor() time.Duration {
212 if m != nil {

Callers 2

FromProtoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected