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

Method FindFile

src/filesystem.cpp:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187std::string Filesystem::FindFile(std::string_view filename, const Span<const std::string_view> exts) const {
188 return tree->FindFile(filename, exts);
189}
190
191std::string Filesystem::FindFile(std::string_view directory, std::string_view filename, const Span<const std::string_view> exts) const {
192 return tree->FindFile(directory, filename, exts);

Callers 15

PopulateSaveWindowMethod · 0.45
GetSaveFilenameMethod · 0.45
vUpdateMethod · 0.45
LoadMapFileMethod · 0.45
LookupInternalMethod · 0.45
ContinueMethod · 0.45
OpenFileMethod · 0.45
get_filenameFunction · 0.45
detect_helperFunction · 0.45
OnScriptFileReadyMethod · 0.45

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected