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

Method isPluginFused

internal/pluginhost/adapters.go:1251–1259  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

1249}
1250
1251func (h *Host) isPluginFused(id string) bool {
1252 if h == nil {
1253 return false
1254 }
1255 h.mu.Lock()
1256 _, fused := h.fused[id]
1257 h.mu.Unlock()
1258 return fused
1259}
1260
1261type accessAdapter struct {
1262 host *Host

Callers 15

schedulerRecordMethod · 0.95
callSchedulerMethod · 0.95
ModelsForAuthMethod · 0.95
callModelRegistrarMethod · 0.95
callModelsForAuthMethod · 0.95
interceptRequestMethod · 0.95

Calls

no outgoing calls