Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetPath
Method
GetPath
src/filesystem.h:496–498 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
494
}
495
496
inline std::string Filesystem::GetPath() const {
497
return base_path;
498
}
499
500
inline FilesystemView Filesystem::GetParent() const {
501
return *parent_fs;
Callers
3
download_failure_retry
Function · 0.80
GetBasePath
Method · 0.80
get_jni_handle
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected