()
| 210 | } |
| 211 | |
| 212 | func (c *Conn) flate() bool { |
| 213 | return c.copts != nil |
| 214 | } |
| 215 | |
| 216 | // Ping sends a ping to the peer and waits for a pong. |
| 217 | // Use this to measure latency or ensure the peer is responsive. |
no outgoing calls
no test coverage detected