MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / error

Method error

samples/zlib/iostream2/zstream.h:97–99  ·  view source on GitHub ↗

Returns the error message for the last error which occurred on the * given compressed file. errnum is set to zlib error number. If an * error occurred in the file system and not in the compression library, * errnum is set to Z_ERRNO and the application may consult errno * to get the exact error code. */

Source from the content-addressed store, hash-verified

95 * to get the exact error code.
96 */
97 const char* error(int* errnum) {
98 return ::gzerror(m_fp, errnum);
99 }
100
101 gzFile fp() { return m_fp; }
102

Callers 10

downMethod · 0.45
readAllMethod · 0.45
writeToFileMethod · 0.45
removeMethod · 0.45
authenticateMethod · 0.45
jquery.min.jsFile · 0.45
_get_package_dataFunction · 0.45
download_urlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected