()
| 535 | } |
| 536 | |
| 537 | func (a *HostAgent) sshAddressPort() (sshAddress string, sshPort int) { |
| 538 | sshAddress = a.instSSHAddress |
| 539 | sshPort = a.sshLocalPort |
| 540 | return sshAddress, sshPort |
| 541 | } |
| 542 | |
| 543 | func (a *HostAgent) startHostAgentRoutines(ctx context.Context) error { |
| 544 | if *a.instConfig.Plain { |
no outgoing calls
no test coverage detected