MCPcopy Create free account
hub / github.com/evilsocket/shellz / Close

Method Close

session/ssh_tun.go:75–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (t *SSHTun) Close() {
76 t.Lock()
77 defer t.Unlock()
78 t.listener.Close()
79 t.session.Close()
80 t.client.Close()
81}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected