MCPcopy
hub / github.com/v2ray/v2ray-core / Base

Method Base

common/errors/errors.go:77–80  ·  view source on GitHub ↗
(e error)

Source from the content-addressed store, hash-verified

75}
76
77func (err *Error) Base(e error) *Error {
78 err.inner = e
79 return err
80}
81
82func (err *Error) atSeverity(s log.Severity) *Error {
83 err.severity = s

Callers 15

CloseMethod · 0.80
AddFeatureMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
FetchHTTPContentFunction · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ParseIPFunction · 0.80
loadIPFunction · 0.80
loadSiteFunction · 0.80

Calls

no outgoing calls

Tested by 3

generateFunction · 0.64
TestErrorFunction · 0.64
TestErrorMessageFunction · 0.64