Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getCodeBytes
Method
getCodeBytes
java/org/apache/coyote/http2/Http2Error.java:49–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
49
byte[] getCodeBytes() {
50
byte[] codeByte =
new
byte[4];
51
ByteUtil.setFourBytes(codeByte, 0, code);
52
return
codeByte;
53
}
54
}
Callers
nothing calls this directly
Calls
1
setFourBytes
Method · 0.95
Tested by
no test coverage detected