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

Method absent

src/main/java/core/org/xbill/DNS/Update.java:115–118  ·  view source on GitHub ↗

Inserts a prerequisite that the specified name does not exist; that is, there are no records with the given name in the zone.

(Name name)

Source from the content-addressed store, hash-verified

113 * there are no records with the given name in the zone.
114 */
115public void
116absent(Name name) {
117 newPrereq(Record.newRecord(name, Type.ANY, DClass.NONE, 0));
118}
119
120/**
121 * Inserts a prerequisite that the specified rrset does not exist; that is,

Callers

nothing calls this directly

Calls 2

newPrereqMethod · 0.95
newRecordMethod · 0.95

Tested by

no test coverage detected