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

Method getLimit

java/org/apache/tomcat/util/buf/AbstractChunk.java:101–103  ·  view source on GitHub ↗

Returns the maximum amount of data in the buffer. @return the maximum amount of data in the buffer, and -1 if it has not been set

()

Source from the content-addressed store, hash-verified

99 * @return the maximum amount of data in the buffer, and -1 if it has not been set
100 */
101 public int getLimit() {
102 return limit;
103 }
104
105
106 /**

Callers 2

flushBufferMethod · 0.45
flushBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected