MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getLength

Method getLength

src/main/java/core/packetproxy/common/Range.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 int positionEnd;
25
26 public int getLength() {
27 return positionEnd - positionStart;
28 }
29}

Callers 15

notifySelectedTextMethod · 0.95
recvUdpPacketMethod · 0.45
recvUdpPacketMethod · 0.45
putMethod · 0.45
getMethod · 0.45
getMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
appendMethod · 0.45
appendErrMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected