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

Method compareCredibility

src/main/java/core/org/xbill/DNS/Cache.java:24–24  ·  view source on GitHub ↗
(int cred)

Source from the content-addressed store, hash-verified

22private interface Element {
23 public boolean expired();
24 public int compareCredibility(int cred);
25 public int getType();
26}
27

Callers 5

oneElementMethod · 0.95
addRecordMethod · 0.95
addRRsetMethod · 0.95
addNegativeMethod · 0.95
lookupMethod · 0.95

Implementers 2

NegativeElementsrc/main/java/core/org/xbill/DNS/Cache
CacheRRsetsrc/main/java/core/org/xbill/DNS/Cache

Calls

no outgoing calls

Tested by

no test coverage detected