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

Method copy

java/org/apache/jasper/compiler/SmapUtil.java:346–350  ·  view source on GitHub ↗
(int count)

Source from the content-addressed store, hash-verified

344 }
345
346 void copy(int count) {
347 for (int i = 0; i < count; ++i) {
348 gen[genPos++] = orig[origPos++];
349 }
350 }
351
352 byte[] readBytes(int count) {
353 byte[] bytes = new byte[count];

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected