MCPcopy
hub / github.com/monasticacademy/httptap / String

Method String

tcp.go:30–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28)
29
30func (s TCPState) String() string {
31 switch s {
32 case StateInit:
33 return "StateInit"
34 case StateSynReceived:
35 return "StateSynchronizing"
36 case StateConnected:
37 return "StateConnected"
38 case StateOtherSideFinished:
39 return "StateOtherSideFinished"
40 case StateFinished:
41 return "StateFinished"
42 default:
43 return fmt.Sprintf("unknown(%d)", s)
44 }
45}
46
47// TCP Request
48

Callers 10

proxyHTTPSFunction · 0.45
proxyHTTPSchemeFunction · 0.45
patternMatchesFunction · 0.45
ErrorMethod · 0.45
ErrorMethod · 0.45
echo.goFile · 0.45
ErrorMethod · 0.45
echoFunction · 0.45
LogRespMethod · 0.45
UpdateEntryWithRequestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected