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

Method value

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

Converts a String representation of an Rcode into its numeric value

(String s)

Source from the content-addressed store, hash-verified

116
117/** Converts a String representation of an Rcode into its numeric value */
118public static int
119value(String s) {
120 return rcodes.getValue(s);
121}
122
123}

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected