Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
77
func
(err *Error) Base(e error) *Error {
78
err.inner = e
79
return
err
80
}
81
82
func
(err *Error) atSeverity(s log.Severity) *Error {
83
err.severity = s
Callers
15
Close
Method · 0.80
AddFeature
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
FetchHTTPContent
Function · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
ParseIP
Function · 0.80
loadIP
Function · 0.80
loadSite
Function · 0.80
Calls
no outgoing calls
Tested by
3
generate
Function · 0.64
TestError
Function · 0.64
TestErrorMessage
Function · 0.64