Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
private
interface
Element {
23
public
boolean expired();
24
public
int
compareCredibility(
int
cred);
25
public
int
getType();
26
}
27
Callers
5
oneElement
Method · 0.95
addRecord
Method · 0.95
addRRset
Method · 0.95
addNegative
Method · 0.95
lookup
Method · 0.95
Implementers
2
NegativeElement
src/main/java/core/org/xbill/DNS/Cache
CacheRRset
src/main/java/core/org/xbill/DNS/Cache
Calls
no outgoing calls
Tested by
no test coverage detected