Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Packets
Method · 0.80
SSLPassThroughs
Method · 0.80
OpenVPNForwardPorts
Method · 0.80
Resolutions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected