Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetSubPath
Method
GetSubPath
src/filesystem.cpp:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
std::string FilesystemView::GetSubPath() const {
222
assert(fs);
223
return sub_path;
224
}
225
226
std::string FilesystemView::GetFullPath() const {
227
assert(fs);
Callers
2
Save
Method · 0.80
BuildImportCandidateList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected