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

Method DispatchPersistedAuthUpdate

sdk/cliproxy/types.go:161–166  ·  view source on GitHub ↗

DispatchPersistedAuthUpdate forwards already-persisted file auth updates.

(update watcher.AuthUpdate)

Source from the content-addressed store, hash-verified

159
160// DispatchPersistedAuthUpdate forwards already-persisted file auth updates.
161func (w *WatcherWrapper) DispatchPersistedAuthUpdate(update watcher.AuthUpdate) bool {
162 if w == nil || w.dispatchPersistedAuth == nil {
163 return false
164 }
165 return w.dispatchPersistedAuth(update)
166}
167
168// SetClients updates the watcher file-backed clients registry.
169// SetClients and SetAPIKeyClients removed; watcher manages its own caches

Callers 1

runtimeAuthSyncHookMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected