MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / PathExists

Function PathExists

Source/Libraries/Common/Source/FileSystem.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196bool PathExists(const std::string& view) {
197 struct stat buffer;
198 return (stat (view.c_str(), &buffer) == 0);
199}

Callers 3

GetCandidateListMethod · 0.85
LoadFromGlobalConfigMethod · 0.85

Calls 1

statClass · 0.85

Tested by

no test coverage detected