MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / err

Method err

ij/src/main/java/ij/plugin/GIF_Reader.java:358–360  ·  view source on GitHub ↗

Returns true if an error was encountered during reading/decoding

()

Source from the content-addressed store, hash-verified

356 * Returns true if an error was encountered during reading/decoding
357 */
358 private boolean err() {
359 return status != STATUS_OK;
360 }
361
362
363 /**

Callers 9

readMethod · 0.95
readContentsMethod · 0.95
readHeaderMethod · 0.95
readImageMethod · 0.95
readNetscapeExtMethod · 0.95
skipMethod · 0.95
updatePlotMethod · 0.80
processDataMethod · 0.80
binDataErrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected