MCPcopy Create free account
hub / github.com/cortexproject/cortex / Close

Method Close

integration/e2e/scenario.go:135–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135func (s *Scenario) Close() {
136 if s == nil {
137 return
138 }
139 s.shutdown()
140 s.clean()
141}
142
143// TODO(bwplotka): Add comments.
144func (s *Scenario) clean() {

Calls 2

shutdownMethod · 0.95
cleanMethod · 0.95