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

Method currentModelExecutor

internal/pluginhost/host.go:122–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func (h *Host) currentModelExecutor() modelExecutor {
123 if h == nil {
124 return nil
125 }
126 h.mu.Lock()
127 executor := h.modelExecutor
128 h.mu.Unlock()
129 return executor
130}
131
132func (h *Host) Snapshot() *Snapshot {
133 if h == nil {

Calls

no outgoing calls