Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ stat
Class
stat
engine/Poseidon/IO/PackFiles.cpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
static int FileTime(const char* name)
37
{
38
struct stat buf;
39
memset(&buf, 0, sizeof(buf));
40
LocalPath(fn, name);
41
if (stat(fn, &buf) < 0)
Callers
3
FileTime
Function · 0.70
ScanDir
Method · 0.70
Create
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected