Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ init
Function
init
pkg/proxy/proxy_test.go:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
var
config = newProxyConfig()
15
16
func
init() {
17
log.SetLevel(log.LevelError)
18
}
19
20
func
newProxyConfig() *Config {
21
config := NewDefaultConfig()
Callers
nothing calls this directly
Calls
1
SetLevel
Method · 0.80
Tested by
no test coverage detected