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

Method getAuthQueue

internal/watcher/dispatcher.go:275–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273}
274
275func (w *Watcher) getAuthQueue() chan<- AuthUpdate {
276 w.clientsMutex.RLock()
277 defer w.clientsMutex.RUnlock()
278 return w.authQueue
279}
280
281func (w *Watcher) stopDispatch() {
282 if w.dispatchCancel != nil {

Callers 4

dispatchAuthUpdatesMethod · 0.95
dispatchLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected