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

Method newUpdate

src/main/java/core/org/xbill/DNS/Update.java:51–54  ·  view source on GitHub ↗
(Record rec)

Source from the content-addressed store, hash-verified

49}
50
51private void
52newUpdate(Record rec) {
53 addRecord(rec, Section.UPDATE);
54}
55
56/**
57 * Inserts a prerequisite that the specified name exists; that is, there

Callers 2

addMethod · 0.95
deleteMethod · 0.95

Calls 1

addRecordMethod · 0.45

Tested by

no test coverage detected