MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetBasePath

Method GetBasePath

src/filesystem.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216std::string FilesystemView::GetBasePath() const {
217 assert(fs);
218 return fs->GetPath();
219}
220
221std::string FilesystemView::GetSubPath() const {
222 assert(fs);

Callers 1

SaveMethod · 0.80

Calls 1

GetPathMethod · 0.80

Tested by

no test coverage detected