Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update
Method · 0.95
update
Method · 0.95
update
Method · 0.95
diffPerCharacter
Method · 0.80
diffPerLine
Method · 0.80
diffPerCharacter
Method · 0.80
diffPerLine
Method · 0.80
diffPerCharacter
Method · 0.80
sortUniq
Method · 0.80
sortUniq
Method · 0.80
sortUniq
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected