(chan<- ssh.Signal)
| 718 | DisablePTYEmulation() |
| 719 | RawCommand() string |
| 720 | Signals(chan<- ssh.Signal) |
| 721 | } |
| 722 | |
| 723 | func (s *Server) startPTYSession(logger slog.Logger, session ptySession, magicTypeLabel string, cmd *pty.Cmd, sshPty ssh.Pty, windowSize <-chan ssh.Window) (retErr error) { |
no outgoing calls
no test coverage detected