read reads exactly len(b) bytes from the input file. If an error occurs, read returns the error but also records it, so it is safe for callers to ignore the result as long as delaying the report is not a problem.
(b []byte)
source not stored for this graph (policy: none)
no test coverage detected