MCPcopy Create free account
hub / github.com/EasyRPG/Player / Subtree

Method Subtree

src/filesystem.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174FilesystemView Filesystem::Subtree(std::string sub_path) const {
175 return FilesystemView(shared_from_this(), sub_path);
176}
177
178bool Filesystem::MakeDirectory(std::string_view, bool) const {
179 return false;

Callers 13

DetectMethod · 0.80
CreateMethod · 0.80
InitTranslationsMethod · 0.80
SelectLanguageMethod · 0.80
ParseLanguageFilesMethod · 0.80
SaveMethod · 0.80
RootMethod · 0.80
FindGamesMethod · 0.80
filesystem.cppFile · 0.80

Calls 1

FilesystemViewFunction · 0.70

Tested by

no test coverage detected