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

Function behindpath

source/src/stream.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103const char *behindpath(const char *s)
104{
105 const char *t = s;
106 for( ; (s = strpbrk(s, "/\\")); t = ++s);
107 return t;
108}
109
110bool fileexists(const char *path, const char *mode)
111{

Callers 15

_textureFunction · 0.85
loopvFunction · 0.85
checklocalmapFunction · 0.85
loadMethod · 0.85
parsemessagesFunction · 0.85
receivefileFunction · 0.85
deleteservermapFunction · 0.85
renderMethod · 0.85
mapactionMethod · 0.85
loadcrosshairtextureFunction · 0.85
checkpingsFunction · 0.85
writecfgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected