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

Method set

src/main/java/core/org/xbill/DNS/Options.java:66–71  ·  view source on GitHub ↗

Sets an option to "true"

(String option)

Source from the content-addressed store, hash-verified

64
65/** Sets an option to "true" */
66public static void
67set(String option) {
68 if (table == null)
69 table = new HashMap();
70 table.put(option.toLowerCase(), "true");
71}
72
73/** Sets an option to the the supplied value */
74public static void

Callers 7

refreshMethod · 0.95
addRRMethod · 0.45
rrFromWireMethod · 0.45
rdataFromStringMethod · 0.45
addRRsetMethod · 0.45
parseMethod · 0.45
addElementMethod · 0.45

Calls 1

putMethod · 0.45

Tested by

no test coverage detected