MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / channelWrapper

Struct channelWrapper

internal/sshserver/channelWrapper.go:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type channelWrapper struct {
16 channel ssh.Channel
17 logger log.Logger
18 lock *sync.Mutex
19 exitSent bool
20 exitSignalSent bool
21 closedWrite bool
22 closed bool
23}
24
25func (c *channelWrapper) Stdin() io.Reader {
26 if c.channel == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected