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