Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getCreatePcgBackup
Method
getCreatePcgBackup
code/src/java/pcgen/system/PCGenSettings.java:134–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
public
static
boolean getCreatePcgBackup()
135
{
136
return
OPTIONS_CONTEXT.initBoolean(PCGenSettings.OPTION_CREATE_PCG_BACKUP, true);
137
}
138
139
public
static
String getVendorDataDir()
140
{
Callers
1
createBackupForFile
Method · 0.95
Calls
1
initBoolean
Method · 0.80
Tested by
no test coverage detected