| 7 | ) |
| 8 | |
| 9 | type refPacketConn struct { |
| 10 | pc EnhancePacketConn |
| 11 | ref any |
| 12 | } |
| 13 | |
| 14 | func (c *refPacketConn) WaitReadFrom() (data []byte, put func(), addr net.Addr, err error) { |
| 15 | defer runtime.KeepAlive(c.ref) |
nothing calls this directly
no outgoing calls
no test coverage detected