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

Method Message

backend/xray/api/account.go:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185}
186
187func (ha *HysteriaAccount) Message() (*serial.TypedMessage, error) {
188 return ToTypedMessage(&hysteria.Account{Auth: ha.Auth})
189}
190
191func NewHysteriaAccount(user *common.User) *HysteriaAccount {
192 return &HysteriaAccount{

Callers

nothing calls this directly

Calls 1

ToTypedMessageFunction · 0.85

Tested by

no test coverage detected