Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ customEquipmentFilePath
Method
customEquipmentFilePath
code/src/java/pcgen/core/CustomData.java:427–430 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
425
}
426
427
private
static
String customEquipmentFilePath()
428
{
429
return
getCustomPath(
"Equipment"
, true);
430
}
431
432
private
static
void
writeCustomBioSet()
433
{
Callers
3
getCustomEquipmentReader
Method · 0.95
writeCustomItems
Method · 0.95
getCustomEquipmentWriter
Method · 0.95
Calls
1
getCustomPath
Method · 0.95
Tested by
no test coverage detected