MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / findFile

Method findFile

plugins/script/interfaces/FileSystemInterface.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53std::string FileSystemInterface::findFile(const std::string& name)
54{
55 return GlobalFileSystem().findFile(name);
56}
57
58std::string FileSystemInterface::findRoot(const std::string& name)
59{

Callers 1

constructStoragePathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected