Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fatedier/frp
/ Close
Method
Close
server/proxy/xtcp.go:95–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
func
(pxy *XTCPProxy) Close() {
96
pxy.closeOnce.Do(
func
() {
97
pxy.BaseProxy.Close()
98
pxy.rc.NatHoleController.CloseClient(pxy.GetName())
99
close(pxy.closeCh)
100
})
101
}
Callers
nothing calls this directly
Calls
4
Do
Method · 0.65
Close
Method · 0.65
CloseClient
Method · 0.65
GetName
Method · 0.65
Tested by
no test coverage detected