MCPcopy
hub / github.com/cloudflare/cloudflared / sendUnregisteringEvent

Method sendUnregisteringEvent

connection/observer.go:93–95  ·  view source on GitHub ↗
(connIndex uint8)

Source from the content-addressed store, hash-verified

91}
92
93func (o *Observer) sendUnregisteringEvent(connIndex uint8) {
94 o.sendEvent(Event{Index: connIndex, EventType: Unregistering})
95}
96
97func (o *Observer) SendDisconnect(connIndex uint8) {
98 o.sendEvent(Event{Index: connIndex, EventType: Disconnected})

Callers 1

waitForUnregisterMethod · 0.80

Calls 1

sendEventMethod · 0.95

Tested by

no test coverage detected