MCPcopy Create free account
hub / github.com/PasarGuard/node / GetVmess

Method GetVmess

common/service.pb.go:1342–1347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1340}
1341
1342func (x *Proxy) GetVmess() *Vmess {
1343 if x != nil {
1344 return x.Vmess
1345 }
1346 return nil
1347}
1348
1349func (x *Proxy) GetVless() *Vless {
1350 if x != nil {

Callers 3

syncUsersMethod · 0.80
setupUserAccountFunction · 0.80
NewVmessAccountFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected