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

Method getValidPaths

Source/ResourceMan.cpp:488–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488std::vector<std::string> cResourceMan::getValidPaths() const {
489 return mValidPaths;
490}
491std::vector<std::string> cResourceMan::getAllPaths() const {
492 return mAllPaths;
493}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected