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

Method countOf

src/main/java/core/packetproxy/model/Packets.java:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 public long countOf() throws Exception {
153 return dao.countOf();
154 }
155
156 public Packet query(int id) throws Exception {
157 return dao.queryForId(id);

Callers 4

PacketsMethod · 0.80
SSLPassThroughsMethod · 0.80
OpenVPNForwardPortsMethod · 0.80
ResolutionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected