Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ RRset
Method
RRset
src/main/java/core/org/xbill/DNS/RRset.java:30–35 ·
view source on GitHub ↗
Creates an empty RRset
()
Source
from the content-addressed store, hash-verified
28
29
/** Creates an empty RRset */
30
public
31
RRset() {
32
rrs =
new
ArrayList(1);
33
nsigs = 0;
34
position = 0;
35
}
36
37
/** Creates an RRset and sets its contents to the specified record */
38
public
Callers
nothing calls this directly
Calls
2
safeAddRR
Method · 0.95
clone
Method · 0.45
Tested by
no test coverage detected