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

Method GetRulesConfigs

pkg/configs/db/traced.go:72–75  ·  view source on GitHub ↗
(ctx context.Context, since userconfig.ID)

Source from the content-addressed store, hash-verified

70}
71
72func (t traced) GetRulesConfigs(ctx context.Context, since userconfig.ID) (cfgs map[string]userconfig.VersionedRulesConfig, err error) {
73 defer func() { t.trace("GetConfigs", since, cfgs, err) }()
74 return t.d.GetRulesConfigs(ctx, since)
75}

Callers

nothing calls this directly

Calls 2

traceMethod · 0.95
GetRulesConfigsMethod · 0.65

Tested by

no test coverage detected