Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getFileName
Method
getFileName
code/src/java/pcgen/core/character/Follower.java:73–76 ·
view source on GitHub ↗
Get file name @return file name
()
Source
from the content-addressed store, hash-verified
71
* @
return
file name
72
*/
73
public
String getFileName()
74
{
75
return
fileName;
76
}
77
78
/**
79
* Set name
Callers
15
getMaster
Method · 0.95
getMasterPC
Method · 0.95
resolve
Method · 0.95
parseFollowerLine
Method · 0.95
parseMasterLine
Method · 0.95
appendFollowerLines
Method · 0.95
getFollowerOfToken
Method · 0.45
getThumbnailToken
Method · 0.45
getFollowerListToken
Method · 0.45
initCompData
Method · 0.45
addCompanion
Method · 0.45
removeCompanion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected