MCPcopy 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
221std::string FilesystemView::GetSubPath() const {
222 assert(fs);
223 return sub_path;
224}
225
226std::string FilesystemView::GetFullPath() const {
227 assert(fs);

Callers 2

SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected