Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getSentData
Method
getSentData
src/main/java/core/packetproxy/model/Packet.java:152–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
}
151
152
public
byte[] getSentData() {
153
return
this.sent_data == null ?
new
byte[]{} : this.sent_data;
154
}
155
156
public
void
setReceivedData(byte[] data) {
157
this.received_data = data;
Callers
3
getSummarizedMessage
Method · 0.80
update
Method · 0.80
setPacket
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected