Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datastax/cql-proxy
/ Local
Method
Local
proxycore/mockcluster.go:169–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
}
168
169
func
(c *MockClient) Local() MockHost {
170
return
c.server.local
171
}
172
173
func
(c *MockClient) Receive(reader io.Reader) error {
174
frm, err := c.codec.DecodeFrame(reader)
Callers
3
testProxyRetryWithConfig
Function · 0.80
TestProxy_ListenAndServe
Function · 0.80
TestProxy_Unprepared
Function · 0.80
Calls
no outgoing calls
Tested by
3
testProxyRetryWithConfig
Function · 0.64
TestProxy_ListenAndServe
Function · 0.64
TestProxy_Unprepared
Function · 0.64