MCPcopy Create free account
hub / github.com/ZDoom/Raze / IsAlias

Method IsAlias

source/common/console/c_dispatch.cpp:894–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892}
893
894bool FConsoleCommand::IsAlias ()
895{
896 return false;
897}
898
899bool FConsoleAlias::IsAlias ()
900{

Callers 7

DumpHashFunction · 0.80
C_ArchiveAliasesFunction · 0.80
C_ClearAliasesFunction · 0.80
C_SetAliasFunction · 0.80
CCMDFunction · 0.80
C_DeinitConsoleFunction · 0.80
C_TabCompleteListFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected