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

Method currentRuntimeConfig

internal/pluginhost/http_bridge.go:165–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163}
164
165func (h *Host) currentRuntimeConfig() *config.Config {
166 if h == nil {
167 return nil
168 }
169 h.mu.Lock()
170 defer h.mu.Unlock()
171 return h.runtimeConfig
172}

Callers 1

doHTTPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected