MCPcopy Create free account
hub / github.com/apache/tomcat / readU2

Method readU2

java/org/apache/jasper/compiler/SmapUtil.java:322–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320 }
321
322 int readU2() {
323 int res = readU1();
324 return (res << 8) + readU1();
325 }
326
327 int readU4() {
328 int res = readU2();

Callers 5

addSDEMethod · 0.95
copyMembersMethod · 0.95
copyAttrsMethod · 0.95
readU4Method · 0.95
copyConstantPoolMethod · 0.95

Calls 1

readU1Method · 0.95

Tested by

no test coverage detected