Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
func
(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
doHTTP
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected