Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
216
std::string FilesystemView::GetBasePath() const {
217
assert(fs);
218
return fs->GetPath();
219
}
220
221
std::string FilesystemView::GetSubPath() const {
222
assert(fs);
Callers
1
Save
Method · 0.80
Calls
1
GetPath
Method · 0.80
Tested by
no test coverage detected