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

Method Unwrap

pkg/ruler/compat.go:440–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

438}
439
440func (q QueryableError) Unwrap() error {
441 return q.err
442}
443
444func (q QueryableError) Error() string {
445 return q.err.Error()

Callers 3

metricsQueryFuncFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected