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

Function identexists

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

Source from the content-addressed store, hash-verified

227}
228
229bool identexists(const char *name) { return idents->access(name)!=NULL; }
230
231const char *getalias(const char *name)
232{

Callers 5

refreshserversFunction · 0.85
command.cppFile · 0.85
exechookFunction · 0.85
pickupeffectsFunction · 0.85
docinvalidFunction · 0.85

Calls 1

accessMethod · 0.80

Tested by

no test coverage detected