MCPcopy
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
19func (s *sessionHandler) OnClose() {
20 s.backend.OnClose()
21}
22
23func (s *sessionHandler) OnShutdown(shutdownContext context.Context) {
24 s.backend.OnShutdown(shutdownContext)

Callers

nothing calls this directly

Calls 1

OnCloseMethod · 0.65

Tested by

no test coverage detected