Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/shadowsocks/v2ray-plugin
/ newError
Function
newError
errors.generated.go:7–9 ·
view source on GitHub ↗
(values ...interface{})
Source
from the content-addressed store, hash-verified
5
type
errPathObjHolder
struct
{}
6
7
func
newError(values ...
interface
{}) *errors.Error {
8
return
errors.New(values...).WithPathObj(errPathObjHolder{})
9
}
Callers
2
generateConfig
Function · 0.85
startV2Ray
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected