Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ G_DefFile
Function
G_DefFile
source/core/searchpaths.cpp:972–975 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
970
}
971
972
const char* G_DefFile(void)
973
{
974
return userConfig.DefaultDef.IsNotEmpty() ? userConfig.DefaultDef.GetChars() : G_DefaultDefFile();
975
}
976
977
978
#if 0
Callers
1
LoadDefinitions
Function · 0.85
Calls
3
G_DefaultDefFile
Function · 0.85
IsNotEmpty
Method · 0.80
GetChars
Method · 0.45
Tested by
no test coverage detected