Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ Err
Method
Err
tunnelrpc/proto/tunnelrpc.capnp.go:148–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
func
(s TunnelRegistration) Err() (string, error) {
149
p, err := s.Struct.Ptr(0)
150
return
p.Text(), err
151
}
152
153
func
(s TunnelRegistration) HasErr() bool {
154
p, err := s.Struct.Ptr(0)
Callers
15
FindOriginCert
Function · 0.45
RegisterUdpSession
Method · 0.45
serveUDPSession
Method · 0.45
closeUDPSession
Method · 0.45
Current
Method · 0.45
createUDPConnForConnIndex
Function · 0.45
ServeHTTP
Method · 0.45
Serve
Method · 0.45
runStream
Method · 0.45
handleDataStream
Method · 0.45
ServeControlStream
Method · 0.45
waitForUnregister
Method · 0.45
Calls
no outgoing calls
Tested by
4
ReceivePacket
Method · 0.36
ReceiveDatagram
Method · 0.36
TestSessionServe_Migrate
Function · 0.36
testProxyWebsocket
Function · 0.36