MCPcopy Index your code
hub / github.com/assaultcube/AC / getalias

Function getalias

source/src/command.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229bool identexists(const char *name) { return idents->access(name)!=NULL; }
230
231const char *getalias(const char *name)
232{
233 ident *i = idents->access(name);
234 return i && i->type==ID_ALIAS ? i->action : NULL;
235}
236void _getalias(char *name)
237{
238 string o = "";

Callers 15

nextMethod · 0.85
menuselectionpersistentFunction · 0.85
initMethod · 0.85
gl_drawhudFunction · 0.85
addfavcategoryFunction · 0.85
loopiFunction · 0.85
loopvFunction · 0.85
refreshserversFunction · 0.85
serverskeyFunction · 0.85
command.cppFile · 0.85
getfiledescFunction · 0.85

Calls 1

accessMethod · 0.80

Tested by

no test coverage detected