MCPcopy Create free account
hub / github.com/Samsung/UTopia / getFilePath

Method getFilePath

tests/testutil/SourceFileManager.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38std::string SourceFileManager::getFilePath(std::string Name) const {
39 auto Iter = ManagedFiles.find(Name);
40 if (Iter == ManagedFiles.end())
41 return "";
42 return Iter->second;
43}
44
45std::string SourceFileManager::getOutDirPath() const {
46 return (fs::path(BaseDir) / fs::path("out")).string();

Callers 15

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
checkModOneMethod · 0.45
createLoaderMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
loadMethod · 0.45

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
checkModOneMethod · 0.36
createLoaderMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
loadMethod · 0.36