Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coyove/goflyway
/ String
Method
String
proxy/udp.go:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(a *uAddr) String() string {
24
return
a.HostString() +
":"
+ strconv.Itoa(a.port)
25
}
26
27
func
(a *uAddr) HostString() string {
28
if
a.ip != nil {
Callers
15
Check
Method · 0.80
ServeHTTP
Method · 0.80
NewServer
Function · 0.80
servePACFile
Method · 0.80
manInTheMiddle
Method · 0.80
HostString
Method · 0.80
handleUDPtoTCP
Method · 0.80
canDirectConnect
Method · 0.80
ToURL
Method · 0.80
encryptRequest
Method · 0.80
decryptRequest
Method · 0.80
copyHeaders
Function · 0.80
Calls
1
HostString
Method · 0.95
Tested by
no test coverage detected