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

Method ClearCache

src/filesystem.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void Filesystem::ClearCache(std::string_view path) const {
84 tree->ClearCache(path);
85}
86
87FilesystemView Filesystem::Create(std::string_view path) const {
88 // Determine the proper file system to use

Calls

no outgoing calls

Tested by

no test coverage detected