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