Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readFrame
Method · 0.95
readHeadersFrame
Method · 0.95
validate
Method · 0.95
completed
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected