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

Method available

java/org/apache/coyote/http11/Http11Processor.java:1284–1287  ·  view source on GitHub ↗
(boolean doRead)

Source from the content-addressed store, hash-verified

1282
1283
1284 @Override
1285 protected final int available(boolean doRead) {
1286 return inputBuffer.available(doRead);
1287 }
1288
1289
1290 @Override

Callers 1

processSendfileMethod · 0.95

Calls 1

availableMethod · 0.65

Tested by

no test coverage detected