Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ writeU1
Method
writeU1
java/org/apache/jasper/compiler/SmapUtil.java:332–334 ·
view source on GitHub ↗
(int val)
Source
from the content-addressed store, hash-verified
330
}
331
332
void
writeU1(
int
val) {
333
gen[genPos++] = (byte) val;
334
}
335
336
void
writeU2(
int
val) {
337
writeU1(val >> 8);
Callers
4
writeAttrForSDE
Method · 0.95
writeU2
Method · 0.95
copyConstantPool
Method · 0.95
writeUtf8ForSDE
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected