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

Method removeUser

backend/xray/config.go:301–308  ·  view source on GitHub ↗
(email string)

Source from the content-addressed store, hash-verified

299}
300
301func (i *Inbound) removeUser(email string) {
302 i.mu.Lock()
303 defer i.mu.Unlock()
304
305 if i.clients != nil {
306 delete(i.clients, email)
307 }
308}
309
310type Stats struct{}
311

Callers 1

SyncUserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected