Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cortexproject/cortex
/ GetRuleGroupNames
Method
GetRuleGroupNames
pkg/ruler/ruler.pb.go:93–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
func
(m *RulesRequest) GetRuleGroupNames() []string {
94
if
m != nil {
95
return
m.RuleGroupNames
96
}
97
return
nil
98
}
99
100
func
(m *RulesRequest) GetFiles() []string {
101
if
m != nil {
Callers
1
getShardedRules
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected