MCPcopy Create free account
hub / github.com/assaultcube/AC / delfile

Function delfile

source/src/stream.cpp:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483#endif
484
485bool delfile(const char *path)
486{
487 return strncmp(path, "zip://", 6) ? !remove(path) : false;
488}
489
490void backup(char *name, char *backupname)
491{

Callers 2

deletecfgFunction · 0.85
resetpckserversFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected