MCPcopy 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

14var config = newProxyConfig()
15
16func init() {
17 log.SetLevel(log.LevelError)
18}
19
20func newProxyConfig() *Config {
21 config := NewDefaultConfig()

Callers

nothing calls this directly

Calls 1

SetLevelMethod · 0.80

Tested by

no test coverage detected