Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
func
(t *TelnetSession) Close() {
127
t.Lock()
128
defer
t.Unlock()
129
t.client.Close()
130
}
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected