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

Method getNoteToken

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

Get Note Token @param eq @return Note Token

(Equipment eq)

Source from the content-addressed store, hash-verified

889 * @return Note Token
890 */
891 public static String getNoteToken(Equipment eq)
892 {
893 return eq.getNote();
894 }
895
896 /**
897 * Get QTY Token

Callers 1

getEqTokenMethod · 0.95

Calls 1

getNoteMethod · 0.45

Tested by

no test coverage detected