Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
533
func
(p *Proxy) registerForEvents(cl *client) {
534
p.eventClients.Store(cl,
struct
{}{})
535
}
536
537
func
(p *Proxy) removeClient(cl *client) {
538
p.eventClients.Delete(cl)
Callers
1
Receive
Method · 0.45
Calls
1
Store
Method · 0.65
Tested by
no test coverage detected