Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ clear
Method
clear
java/org/apache/catalina/connector/InputBuffer.java:664–666 ·
view source on GitHub ↗
(Buffer buffer)
Source
from the content-addressed store, hash-verified
662
}
663
664
private
void
clear(Buffer buffer) {
665
buffer.rewind().limit(0);
666
}
667
668
private
void
makeSpace(
int
count) {
669
int
desiredSize = cb.limit() + count;
Callers
5
InputBuffer
Method · 0.95
recycle
Method · 0.95
realReadChars
Method · 0.95
mark
Method · 0.95
reset
Method · 0.95
Calls
2
rewind
Method · 0.80
limit
Method · 0.45
Tested by
no test coverage detected