Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ addDir
Method
addDir
Source/ResourceMan.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void cResourceMan::addDir(const std::string& pPath) {
42
mAllPaths.push_back(pPath);
43
}
44
45
void cResourceMan::addBaseDir(std::string pPath) {
46
// Ensure trailing / on path
Callers
1
ProcessINI
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected