MCPcopy Create free account
hub / github.com/XTLS/REALITY / Unwrap

Method Unwrap

conn.go:199–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197
198func (e *permanentError) Error() string { return e.err.Error() }
199func (e *permanentError) Unwrap() error { return e.err }
200func (e *permanentError) Timeout() bool { return e.err.Timeout() }
201func (e *permanentError) Temporary() bool { return false }
202

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected