MCPcopy Create free account
hub / github.com/apache/tomcat / hasExpectation

Method hasExpectation

java/org/apache/coyote/Request.java:762–764  ·  view source on GitHub ↗

Check if there is an expectation. @return true if there is an expectation

()

Source from the content-addressed store, hash-verified

760 * @return {@code true} if there is an expectation
761 */
762 public boolean hasExpectation() {
763 return expectation;
764 }
765
766
767 // -------------------- Associated response --------------------

Callers 3

ackMethod · 0.80
ackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected