MCPcopy Create free account
hub / github.com/PostHog/duckgres / Error

Method Error

cmd/cache-proxy/proxy.go:630–632  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

628 if lastErr != nil {
629 originSpan.SetStatus(codes.Error, lastErr.Error())
630 }
631 return lastErr
632}
633
634func jitteredOriginRetryDelay(backoff, maxBackoff time.Duration) time.Duration {
635 if backoff <= 0 {

Callers 15

handleConnectMethod · 0.45
HandleProxyMethod · 0.45
fetchOriginMethod · 0.45
originRetryReasonFunction · 0.45
forwardUncachedMethod · 0.45
HandlePeerHasMethod · 0.45
HandlePeerGetMethod · 0.45
mainFunction · 0.45
TestDiskCacheEvictionFunction · 0.45

Calls

no outgoing calls