Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
485
bool delfile(const char *path)
486
{
487
return strncmp(path,
"zip://"
, 6) ? !remove(path) : false;
488
}
489
490
void backup(char *name, char *backupname)
491
{
Callers
2
deletecfg
Function · 0.85
resetpckservers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected