MCPcopy 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
496inline std::string Filesystem::GetPath() const {
497 return base_path;
498}
499
500inline FilesystemView Filesystem::GetParent() const {
501 return *parent_fs;

Callers 3

download_failure_retryFunction · 0.80
GetBasePathMethod · 0.80
get_jni_handleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected