Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ stat
Class
stat
lib/cli/objectlistcommand.cpp:54–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
int rc = _stat(path.CStr(), &statbuf);
53
#else /* _WIN32 */
54
struct stat statbuf;
55
int rc = stat(path.CStr(), &statbuf);
56
#endif /* _WIN32 */
57
Callers
1
GetCtime
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected