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

Method markHomePluginsSynced

sdk/cliproxy/home_plugins.go:39–46  ·  view source on GitHub ↗
(syncKey string)

Source from the content-addressed store, hash-verified

37}
38
39func (s *Service) markHomePluginsSynced(syncKey string) {
40 if s == nil || strings.TrimSpace(syncKey) == "" {
41 return
42 }
43 s.homePluginSyncMu.Lock()
44 s.homePluginSyncKey = syncKey
45 s.homePluginSyncMu.Unlock()
46}
47
48func (s *Service) reportHomePluginStatus(ctx context.Context, cfg *config.Config, report homeplugins.SyncReport) {
49 if s == nil || cfg == nil {

Calls

no outgoing calls