MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / Unwrap

Method Unwrap

connection/errors.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (e *EdgeQuicDialError) Unwrap() error {
29 return e.Cause
30}
31
32// RegisterTunnel error from server
33type ServerRegisterTunnelError struct {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected