MCPcopy 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

5type errPathObjHolder struct{}
6
7func newError(values ...interface{}) *errors.Error {
8 return errors.New(values...).WithPathObj(errPathObjHolder{})
9}

Callers 2

generateConfigFunction · 0.85
startV2RayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected