()
| 163 | } |
| 164 | |
| 165 | func (c *agentConn) agentAddress() netip.Addr { |
| 166 | return tailnet.TailscaleServicePrefix.AddrFromUUID(c.opts.AgentID) |
| 167 | } |
| 168 | |
| 169 | // AwaitReachable waits for the agent to be reachable. |
| 170 | func (c *agentConn) AwaitReachable(ctx context.Context) bool { |
no test coverage detected