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

Method Close

session/telnet.go:126–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (t *TelnetSession) Close() {
127 t.Lock()
128 defer t.Unlock()
129 t.client.Close()
130}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected