MCPcopy
hub / github.com/wavetermdev/waveterm / SessionWrap

Struct SessionWrap

pkg/shellexec/conninterface.go:144–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144type SessionWrap struct {
145 Session *ssh.Session
146 StartCmd string
147 Tty pty.Tty
148 WaitOnce *sync.Once
149 WaitErr error
150 pty.Pty
151}
152
153func MakeSessionWrap(session *ssh.Session, startCmd string, sessionPty pty.Pty) SessionWrap {
154 return SessionWrap{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected