Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ stat
Class
stat
src/builtin/module_file_access.cpp:82–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
int64_t FileAccess::getFileMtime ( const string & fileName) const {
81
#if !defined(DAS_NO_FILEIO)
82
struct stat st;
83
stat(fileName.c_str(), &st);
84
return st.st_mtime;
85
#else
Callers
1
getFileMtime
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected