Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getPcgToken
Method
getPcgToken
code/src/java/plugin/exporttokens/DirToken.java:114–117 ·
view source on GitHub ↗
Get the PCG sub token @return PCG sub token
()
Source
from the content-addressed store, hash-verified
112
* @
return
PCG sub token
113
*/
114
public
static
String getPcgToken()
115
{
116
return
new
File(PCGenSettings.getPcgDir()).getAbsolutePath();
117
}
118
119
/**
120
* Get the TEMP sub token
Callers
1
getToken
Method · 0.95
Calls
1
getPcgDir
Method · 0.95
Tested by
no test coverage detected