Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ writeU4
Method
writeU4
java/org/apache/jasper/compiler/SmapUtil.java:341–344 ·
view source on GitHub ↗
(int val)
Source
from the content-addressed store, hash-verified
339
}
340
341
void
writeU4(
int
val) {
342
writeU2(val >> 16);
343
writeU2(val & 0xFFFF);
344
}
345
346
void
copy(
int
count) {
347
for
(
int
i = 0; i < count; ++i) {
Callers
2
copyAttrs
Method · 0.95
writeAttrForSDE
Method · 0.95
Calls
1
writeU2
Method · 0.95
Tested by
no test coverage detected