MCPcopy 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
169func (c *MockClient) Local() MockHost {
170 return c.server.local
171}
172
173func (c *MockClient) Receive(reader io.Reader) error {
174 frm, err := c.codec.DecodeFrame(reader)

Callers 3

testProxyRetryWithConfigFunction · 0.80
TestProxy_ListenAndServeFunction · 0.80
TestProxy_UnpreparedFunction · 0.80

Calls

no outgoing calls

Tested by 3

testProxyRetryWithConfigFunction · 0.64
TestProxy_ListenAndServeFunction · 0.64
TestProxy_UnpreparedFunction · 0.64