Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getLongNameToken
Method
getLongNameToken
code/src/java/pcgen/io/exporttoken/EqToken.java:817–820 ·
view source on GitHub ↗
Get Long Name Token @param eq @return Long Name Token
(Equipment eq)
Source
from the content-addressed store, hash-verified
815
* @
return
Long Name Token
816
*/
817
public
static
String getLongNameToken(Equipment eq)
818
{
819
return
eq.longName();
820
}
821
822
/**
823
* Get Max Charges Token
Callers
1
getEqToken
Method · 0.95
Calls
1
longName
Method · 0.80
Tested by
no test coverage detected