Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getTempToken
Method
getTempToken
code/src/java/plugin/exporttokens/DirToken.java:123–126 ·
view source on GitHub ↗
Get the TEMP sub token @return TEMP sub token
()
Source
from the content-addressed store, hash-verified
121
* @
return
TEMP sub token
122
*/
123
public
static
String getTempToken()
124
{
125
return
SettingsHandler.getTempPath().getAbsolutePath();
126
}
127
128
/**
129
* Get the TEMPLATES sub token
Callers
1
getToken
Method · 0.95
Calls
1
getTempPath
Method · 0.95
Tested by
no test coverage detected