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

Method deleteRR

src/main/java/core/org/xbill/DNS/RRset.java:98–102  ·  view source on GitHub ↗

Deletes a Record from an RRset

(Record r)

Source from the content-addressed store, hash-verified

96
97/** Deletes a Record from an RRset */
98public synchronized void
99deleteRR(Record r) {
100 if (rrs.remove(r) && (r instanceof RRSIGRecord))
101 nsigs--;
102}
103
104/** Deletes all Records from an RRset */
105public synchronized void

Callers 1

removeRecordMethod · 0.95

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected