MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / GetCurrentWorkingDirectory

Function GetCurrentWorkingDirectory

util/src/FileSystem.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 } // anonymous namespace
209
210 std::string
211 GetCurrentWorkingDirectory()
212 {
213 return s_CurrentWorkingDir;
214 }
215
216 bool
217 Exists(std::string const& path)

Callers 5

frame037aMethod · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
GetExistingDirMethod · 0.85
InitPropertiesFunction · 0.85

Calls

no outgoing calls

Tested by 4

frame037aMethod · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
GetExistingDirMethod · 0.68