MCPcopy
hub / github.com/fatedier/frp / Close

Method Close

client/control_session_test.go:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (c *trackingConn) Close() error {
59 c.closed.Store(true)
60 return c.Conn.Close()
61}
62
63func newTestControlSessionDialer(t *testing.T, protocol string, connector Connector, clientSpec *msg.ClientSpec) *controlSessionDialer {
64 t.Helper()

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected