func()
in
conn.go [50:52]
3
lines of code
1
McCabe index (conditional complexity)
func (c *tlsProxyConn) Read(b []byte) (int, error) { return c.r.Read(b) }