Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ openProxy
Function
openProxy
pkg/proxy/proxy_test.go:29–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
openProxy() (*Proxy, string) {
30
s, err := New(config)
31
assert.MustNoError(err)
32
return
s, s.Model().AdminAddr
33
}
34
35
func
TestModel(x *testing.T) {
36
s, addr := openProxy()
Callers
4
TestModel
Function · 0.70
TestStats
Function · 0.70
TestFillSlot
Function · 0.70
TestStartAndShutdown
Function · 0.70
Calls
2
New
Function · 0.70
Model
Method · 0.45
Tested by
no test coverage detected