MCPcopy Create free account
hub / github.com/datastax/cql-proxy / registerForEvents

Method registerForEvents

proxy/proxy.go:533–535  ·  view source on GitHub ↗
(cl *client)

Source from the content-addressed store, hash-verified

531}
532
533func (p *Proxy) registerForEvents(cl *client) {
534 p.eventClients.Store(cl, struct{}{})
535}
536
537func (p *Proxy) removeClient(cl *client) {
538 p.eventClients.Delete(cl)

Callers 1

ReceiveMethod · 0.45

Calls 1

StoreMethod · 0.65

Tested by

no test coverage detected