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

Method applyWatcherConfigUpdate

sdk/cliproxy/service.go:1243–1245  ·  view source on GitHub ↗
(newCfg *config.Config)

Source from the content-addressed store, hash-verified

1241}
1242
1243func (s *Service) applyWatcherConfigUpdate(newCfg *config.Config) {
1244 s.applyConfigUpdateWithAuthSynthesis(newCfg, false)
1245}
1246
1247func (s *Service) applyConfigUpdateWithAuthSynthesis(newCfg *config.Config, synthesizeConfigAuths bool) {
1248 if s == nil {

Callers 1

RunMethod · 0.95

Tested by

no test coverage detected