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

Method isNull

java/org/apache/tomcat/util/buf/MessageBytes.java:120–122  ·  view source on GitHub ↗

Check if the message bytes is null. @return true if null

()

Source from the content-addressed store, hash-verified

118 * @return true if null
119 */
120 public boolean isNull() {
121 return type == T_NULL;
122 }
123
124 /**
125 * Resets the message bytes to an uninitialized (NULL) state.

Callers 6

parseCookieHeaderMethod · 0.95
equalsMethod · 0.95
getContentLengthLongMethod · 0.95
prepareRequestMethod · 0.95
prepareExpectationMethod · 0.95
postParseRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected