Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getFootprint
Method
getFootprint
src/main/java/core/org/xbill/DNS/DSRecord.java:147–150 ·
view source on GitHub ↗
Returns the key's footprint.
()
Source
from the content-addressed store, hash-verified
145
* Returns the key's footprint.
146
*/
147
public
int
148
getFootprint() {
149
return
footprint;
150
}
151
152
void
153
rrToWire(DNSOutput out, Compression c, boolean canonical) {
Callers
1
DSRecord
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected