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

Method SetPluginScheduler

sdk/cliproxy/auth/conductor.go:289–296  ·  view source on GitHub ↗
(scheduler PluginScheduler)

Source from the content-addressed store, hash-verified

287}
288
289func (m *Manager) SetPluginScheduler(scheduler PluginScheduler) {
290 if m == nil {
291 return
292 }
293 m.mu.Lock()
294 m.pluginScheduler = scheduler
295 m.mu.Unlock()
296}
297
298func (m *Manager) hasPluginScheduler() bool {
299 if m == nil {

Calls

no outgoing calls