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

Method present

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

Inserts a prerequisite that the specified name exists; that is, there exist records with the given name in the zone.

(Name name)

Source from the content-addressed store, hash-verified

58 * exist records with the given name in the zone.
59 */
60public void
61present(Name name) {
62 newPrereq(Record.newRecord(name, Type.ANY, DClass.ANY, 0));
63}
64
65/**
66 * Inserts a prerequisite that the specified rrset exists; that is, there

Callers

nothing calls this directly

Calls 3

newPrereqMethod · 0.95
newRecordMethod · 0.95
fromStringMethod · 0.95

Tested by

no test coverage detected