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

Method Message

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

Source from the content-addressed store, hash-verified

135}
136
137func (sa *ShadowsocksAccount) Message() (*serial.TypedMessage, error) {
138 return ToTypedMessage(&shadowsocks_2022.Account{Key: sa.Password})
139}
140
141func NewShadowsocksAccount(user *common.User) *ShadowsocksAccount {
142 return &ShadowsocksAccount{

Callers

nothing calls this directly

Calls 1

ToTypedMessageFunction · 0.85

Tested by

no test coverage detected