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

Method syncPluginRuntime

sdk/cliproxy/service.go:164–169  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

162}
163
164func (s *Service) syncPluginRuntime(ctx context.Context) {
165 if !s.syncPluginRuntimeConfig(ctx) {
166 return
167 }
168 s.syncPluginModelRuntime(ctx)
169}
170
171func (s *Service) syncPluginRuntimeConfig(ctx context.Context) bool {
172 if s == nil {

Callers 3

handleAuthUpdatesMethod · 0.95
applyCoreAuthRemovalMethod · 0.95

Calls 2

Tested by

no test coverage detected