()
| 696 | } |
| 697 | |
| 698 | func (conn *SSHConn) GetMonitor() *ConnMonitor { |
| 699 | conn.lock.Lock() |
| 700 | defer conn.lock.Unlock() |
| 701 | return conn.Monitor |
| 702 | } |
| 703 | |
| 704 | func (conn *SSHConn) WaitForConnect(ctx context.Context) error { |
| 705 | for { |
no outgoing calls
no test coverage detected