Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ stat
Class
stat
deps/opencv/modules/core/src/glob.cpp:164–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
#else
163
(void)dir;
164
struct stat stat_buf;
165
if (0 != stat( path.c_str(), &stat_buf))
166
return false;
167
int is_dir = S_ISDIR( stat_buf.st_mode);
Callers
1
isDir
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected