MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / getWorkingDirs

Method getWorkingDirs

src/Common/PlatformFileSystem.cpp:152–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152std::set<std::string> PlatformFileSystem::getWorkingDirs() {
153 std::set<std::string> workingDirs;
154 std::transform(m_configurations.begin(), m_configurations.end(),
155 std::inserter(workingDirs, workingDirs.end()),
156 [](const Configuration &configuration) {
157 return configuration.m_sourceDir.string();
158 });
159 return workingDirs;
160}
161
162std::istream &PlatformFileSystem::openInput(
163 const std::filesystem::path &filepath, std::ios_base::openmode mode) {

Callers 6

TESTFunction · 0.80
TESTFunction · 0.80
createFileList_Method · 0.80

Calls 1

transformFunction · 0.85

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64