MCPcopy
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
23func (a *uAddr) String() string {
24 return a.HostString() + ":" + strconv.Itoa(a.port)
25}
26
27func (a *uAddr) HostString() string {
28 if a.ip != nil {

Callers 15

CheckMethod · 0.80
ServeHTTPMethod · 0.80
NewServerFunction · 0.80
servePACFileMethod · 0.80
manInTheMiddleMethod · 0.80
HostStringMethod · 0.80
handleUDPtoTCPMethod · 0.80
canDirectConnectMethod · 0.80
ToURLMethod · 0.80
encryptRequestMethod · 0.80
decryptRequestMethod · 0.80
copyHeadersFunction · 0.80

Calls 1

HostStringMethod · 0.95

Tested by

no test coverage detected