MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / ExitStatus

Method ExitStatus

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

ExitStatus sends the program exit status to the client.

(code uint32)

Source from the content-addressed store, hash-verified

167 Stderr() io.Writer
168 // ExitStatus sends the program exit status to the client.
169 ExitStatus(code uint32)
170 // ExitSignal sends a message to the client indicating that the program exited violently.
171 ExitSignal(signal string, coreDumped bool, errorMessage string, languageTag string)
172 // CloseWrite sends an EOF to the client indicating that no more data will be sent on stdout or stderr.

Callers 14

ExitStatusMethod · 0.65
OnShellMethod · 0.65
runMethod · 0.65
readFunction · 0.65
OnShellMethod · 0.65
OnExecRequestMethod · 0.65
OnShellMethod · 0.65
readCommandMethod · 0.65
OnSignalMethod · 0.65
WaitMethod · 0.65
OnExecRequestMethod · 0.65
OnSubsystemMethod · 0.65

Implementers 3

sessionProxyinternal/auditlogintegration/handler_s
sessionChannelinternal/security/handler_network_test
channelWrapperinternal/sshserver/channelWrapper.go

Calls

no outgoing calls

Tested by 5

OnShellMethod · 0.52
readFunction · 0.52
OnShellMethod · 0.52
OnExecRequestMethod · 0.52
OnSubsystemMethod · 0.52