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

Method getDirection

src/main/java/core/packetproxy/model/Packet.java:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 public Direction getDirection() {
122 return this.direction;
123 }
124
125 public int getId() {
126 return this.id;

Callers 6

getOneShotPacketMethod · 0.95
getSummarizedRequestMethod · 0.95
getSummarizedResponseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected