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

Method processHomePluginDeleteTask

sdk/cliproxy/home_plugins.go:102–104  ·  view source on GitHub ↗
(ctx context.Context, cfg *config.Config, task home.PluginTask)

Source from the content-addressed store, hash-verified

100}
101
102func (s *Service) processHomePluginDeleteTask(ctx context.Context, cfg *config.Config, task home.PluginTask) homeplugins.SyncReport {
103 return homeplugins.DeleteWithReport(ctx, cfg, s.pluginHost, task.ID, task.PluginID)
104}
105
106func homePluginSyncKey(cfg *config.Config) string {
107 if cfg == nil || !cfg.Home.Enabled {

Callers 1

Calls 1

DeleteWithReportFunction · 0.92

Tested by

no test coverage detected