MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Shell

Method Shell

internal/sshserver/TestClientSession.go:35–35  ·  view source on GitHub ↗

Shell requests a shell to be opened. After this call returns I/O interactions are possible.

()

Source from the content-addressed store, hash-verified

33
34 // Shell requests a shell to be opened. After this call returns I/O interactions are possible.
35 Shell() error
36
37 // MustShell is identical to Shell but panics if an error happens.
38 MustShell()

Callers 3

shellRequestReplyFunction · 0.65
ShellMethod · 0.65

Implementers 1

testClientSessionImplinternal/sshserver/testClientSessionIm

Calls

no outgoing calls

Tested by 1

shellRequestReplyFunction · 0.52