MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / getAllPaths

Method getAllPaths

Source/ResourceMan.cpp:491–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 return mValidPaths;
490}
491std::vector<std::string> cResourceMan::getAllPaths() const {
492 return mAllPaths;
493}
494
495bool cResourceMan::FileExists(const std::string& pPath) const {
496 struct stat info;

Callers 1

DataNotFoundMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected