MCPcopy Create free account
hub / github.com/ddnet/ddnet / FileExists

Method FileExists

src/engine/shared/storage.cpp:591–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589 }
590
591 bool FileExists(const char *pFilename, int Type) override
592 {
593 return GenericExists(pFilename, Type, fs_is_file);
594 }
595
596 bool FolderExists(const char *pFilename, int Type) override
597 {

Callers 10

StoreSaveMethod · 0.80
RenderPopupFullscreenMethod · 0.80
StoreSaveMethod · 0.80
OnRenderMethod · 0.80
LoadMethod · 0.80
ResetMapDownloadMethod · 0.80
DemoPlayer_PlayMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected