MCPcopy Index your code
hub / github.com/apache/tomcat / isErrorReportRequired

Method isErrorReportRequired

java/org/apache/coyote/Response.java:384–386  ·  view source on GitHub ↗

Check if error report is required. @return true if error report is required

()

Source from the content-addressed store, hash-verified

382 * @return {@code true} if error report is required
383 */
384 public boolean isErrorReportRequired() {
385 return errorState.get() == 1;
386 }
387
388
389 /**

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected