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

Method value

src/main/java/core/org/xbill/DNS/Section.java:87–90  ·  view source on GitHub ↗

Converts a String representation of a Section into its numeric value

(String s)

Source from the content-addressed store, hash-verified

85
86/** Converts a String representation of a Section into its numeric value */
87public static int
88value(String s) {
89 return sections.getValue(s);
90}
91
92}

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected