MCPcopy Index your code
hub / github.com/cortexproject/cortex / GetFiles

Method GetFiles

pkg/ruler/ruler.pb.go:100–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func (m *RulesRequest) GetFiles() []string {
101 if m != nil {
102 return m.Files
103 }
104 return nil
105}
106
107func (m *RulesRequest) GetType() string {
108 if m != nil {

Callers 1

getShardedRulesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected