Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
440
func
(q QueryableError) Unwrap() error {
441
return
q.err
442
}
443
444
func
(q QueryableError) Error() string {
445
return
q.err.Error()
Callers
3
metricsQueryFunc
Function · 0.95
compactUserWithRetries
Method · 0.45
isCausedByPermissionDenied
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected