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

Method isEmpty

java/org/apache/tomcat/util/net/WriteBuffer.java:86–88  ·  view source on GitHub ↗

Returns whether this write buffer is empty. @return true if empty

()

Source from the content-addressed store, hash-verified

84 * @return {@code true} if empty
85 */
86 public boolean isEmpty() {
87 return buffers.isEmpty();
88 }
89
90
91 /**

Callers 15

registerSessionMethod · 0.45
unregisterSessionMethod · 0.45
createRequestHeadersMethod · 0.45
createRequestMethod · 0.45
addHeaderMethod · 0.45
getAuthorizationMethod · 0.45
validateRealmMethod · 0.45
startMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected