MCPcopy 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 */
30public
31RRset() {
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 */
38public

Callers

nothing calls this directly

Calls 2

safeAddRRMethod · 0.95
cloneMethod · 0.45

Tested by

no test coverage detected