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

Method applyConfigUpdate

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

Source from the content-addressed store, hash-verified

1237}
1238
1239func (s *Service) applyConfigUpdate(newCfg *config.Config) {
1240 s.applyConfigUpdateWithAuthSynthesis(newCfg, true)
1241}
1242
1243func (s *Service) applyWatcherConfigUpdate(newCfg *config.Config) {
1244 s.applyConfigUpdateWithAuthSynthesis(newCfg, false)

Callers 1

Tested by

no test coverage detected