Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllentDan/LibtorchTutorials
/ stat
Class
stat
lesson7-Detection/src/Detector.cpp:94–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
93
inline bool does_exist(const std::string& name) {
94
struct stat buffer;
95
return (stat(name.c_str(), &buffer) == 0);
96
}
97
Callers
1
does_exist
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected