MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / removeClient

Method removeClient

internal/watcher/clients.go:268–273  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

266}
267
268func (w *Watcher) removeClient(path string) {
269 w.authRescanMu.Lock()
270 defer w.authRescanMu.Unlock()
271
272 w.removeClientLocked(path)
273}
274
275func (w *Watcher) removeClientLocked(path string) {
276 normalized := w.normalizeAuthPath(path)

Calls 1

removeClientLockedMethod · 0.95