Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContainerSSH/ContainerSSH
/ OnClose
Method
OnClose
internal/security/handler_session.go:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(s *sessionHandler) OnClose() {
20
s.backend.OnClose()
21
}
22
23
func
(s *sessionHandler) OnShutdown(shutdownContext context.Context) {
24
s.backend.OnShutdown(shutdownContext)
Callers
nothing calls this directly
Calls
1
OnClose
Method · 0.65
Tested by
no test coverage detected