MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / OnSignal

Method OnSignal

internal/sshserver/handler.go:442–442  ·  view source on GitHub ↗

endregion region Requests during program execution OnSignal is called when the client requests a Signal to be sent to the running process. The implementation can return an error to reject the request.

(
		requestID uint64,
		signal string,
	)

Source from the content-addressed store, hash-verified

440 // OnSignal is called when the client requests a Signal to be sent to the running process. The implementation can
441 // return an error to reject the request.
442 OnSignal(
443 requestID uint64,
444 signal string,
445 ) error

Callers 3

OnSignalMethod · 0.65
OnSignalMethod · 0.65
onSignalMethod · 0.65

Implementers 8

sessionChannelHandlerinternal/auditlogintegration/handler_s
backendHandlerinternal/auditlogintegration/integrati
sessionHandlerinternal/security/handler_session.go
dummyBackendinternal/security/handler_session_test
channelHandlerinternal/kubernetes/channelHandler.go
AbstractSessionChannelHandlerinternal/sshserver/AbstractSessionChan
dummySessioninternal/metricsintegration/integratio
sshChannelHandlerinternal/sshproxy/sshChannelHandler.go

Calls

no outgoing calls

Tested by

no test coverage detected