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

Method handleAuthUpdate

sdk/cliproxy/service.go:498–500  ·  view source on GitHub ↗
(ctx context.Context, update watcher.AuthUpdate)

Source from the content-addressed store, hash-verified

496}
497
498func (s *Service) handleAuthUpdate(ctx context.Context, update watcher.AuthUpdate) {
499 s.handleAuthUpdates(ctx, []watcher.AuthUpdate{update})
500}
501
502func (s *Service) handleAuthUpdates(ctx context.Context, updates []watcher.AuthUpdate) {
503 if s == nil {

Callers 2

emitAuthUpdateMethod · 0.95
runtimeAuthSyncHookMethod · 0.95

Calls 1

handleAuthUpdatesMethod · 0.95

Tested by

no test coverage detected