Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ stat
Class
stat
ogsr_engine/xrCore/LocatorAPI.cpp:404–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
402
bool is_file_exists(const char* _path)
403
{
404
struct stat file_info;
405
406
if (stat(_path, &file_info) == 0 && file_info.st_mode & S_IFREG)
407
{
Callers
3
is_file_exists
Function · 0.70
is_dir_exists
Function · 0.70
ignore_path
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected