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

Method getOneByte

java/org/apache/coyote/http2/ByteUtil.java:56–58  ·  view source on GitHub ↗
(byte[] input, int pos)

Source from the content-addressed store, hash-verified

54
55
56 static int getOneByte(byte[] input, int pos) {
57 return (input[pos] & 0xFF);
58 }
59
60
61 static int getOneByte(ByteBuffer input, int pos) {

Callers 4

readFrameMethod · 0.95
readHeadersFrameMethod · 0.95
validateMethod · 0.95
completedMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected