Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1342
func
(x *Proxy) GetVmess() *Vmess {
1343
if
x != nil {
1344
return
x.Vmess
1345
}
1346
return
nil
1347
}
1348
1349
func
(x *Proxy) GetVless() *Vless {
1350
if
x != nil {
Callers
3
syncUsers
Method · 0.80
setupUserAccount
Function · 0.80
NewVmessAccount
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected