Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ RegisterSink
Method
RegisterSink
connection/observer.go:45–47 ·
view source on GitHub ↗
(sink EventSink)
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(o *Observer) RegisterSink(sink EventSink) {
46
o.addSinkChan <- sink
47
}
48
49
func
(o *Observer) logConnecting(connIndex uint8, address net.IP, protocol Protocol) {
50
o.log.Debug().
Callers
4
TestObserverEventsDontBlock
Function · 0.95
TestGracefulShutdownHTTP2
Function · 0.95
StartServer
Function · 0.95
NewConnAwareLogger
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestObserverEventsDontBlock
Function · 0.76
TestGracefulShutdownHTTP2
Function · 0.76