MCPcopy Create free account
hub / github.com/PCGen/pcgen / getCheckboxesToken

Method getCheckboxesToken

code/src/java/pcgen/io/exporttoken/EqToken.java:931–934  ·  view source on GitHub ↗

Get CHECKBOXES Token @param eq @return CHECKBOXES Token

(Equipment eq)

Source from the content-addressed store, hash-verified

929 * @return CHECKBOXES Token
930 */
931 public static String getCheckboxesToken(Equipment eq)
932 {
933 return BigDecimalHelper.trimZeros(Double.toString(getCheckboxesDoubleToken(eq)));
934 }
935
936 /**
937 * Get Range Token

Callers 1

getEqTokenMethod · 0.95

Calls 3

trimZerosMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected