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

Class stat

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

Source from the content-addressed store, hash-verified

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

Callers 1

PathExistsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected