Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
491
std::vector<std::string> cResourceMan::getAllPaths() const {
492
return mAllPaths;
493
}
494
495
bool cResourceMan::FileExists(const std::string& pPath) const {
496
struct stat info;
Callers
1
DataNotFound
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected