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

Method FolderExists

src/engine/shared/storage.cpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594 }
595
596 bool FolderExists(const char *pFilename, int Type) override
597 {
598 return GenericExists(pFilename, Type, fs_is_dir);
599 }
600
601 bool ReadFile(const char *pFilename, int Type, void **ppResult, unsigned *pResultLen) override
602 {

Callers 4

RenderPopupFullscreenMethod · 0.80
DemolistPopulateMethod · 0.80
ShowFileDialogMethod · 0.80
FilelistPopulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected