Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ uint8ToString
Function
uint8ToString
connection/connection.go:311–313 ·
view source on GitHub ↗
(input uint8)
Source
from the content-addressed store, hash-verified
309
}
310
311
func
uint8ToString(input uint8) string {
312
return
strconv.FormatUint(uint64(input), 10)
313
}
314
315
func
FindCfRayHeader(req *http.Request) string {
316
return
req.Header.Get(
"Cf-Ray"
)
Callers
1
logConnected
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected