MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / Error

Method Error

datagramsession/event.go:38–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (sc *errClosedSession) Error() string {
39 if sc.byRemote {
40 return fmt.Sprintf("session closed by remote due to %s", sc.message)
41 } else {
42 return fmt.Sprintf("session closed by local due to %s", sc.message)
43 }
44}

Callers 6

shutdownSessionsMethod · 0.45
RegisterSessionMethod · 0.45
UnregisterSessionMethod · 0.45
sendToSessionMethod · 0.45

Calls

no outgoing calls

Tested by 2