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

Method getOriginal

src/main/java/core/packetproxy/model/DiffSet.java:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 public byte[] getOriginal() {
28 return this.original;
29 }
30
31 public byte[] getTarget() {
32 return this.target;

Callers 11

updateMethod · 0.95
updateMethod · 0.95
updateMethod · 0.95
diffPerCharacterMethod · 0.80
diffPerLineMethod · 0.80
diffPerCharacterMethod · 0.80
diffPerLineMethod · 0.80
diffPerCharacterMethod · 0.80
sortUniqMethod · 0.80
sortUniqMethod · 0.80
sortUniqMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected