Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ stat
Class
stat
src/openms/source/SYSTEM/UpdateCheck.cpp:110–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
{
109
// update modification time stamp
110
struct stat old_stat;
111
struct utimbuf new_times;
112
stat(version_file_name.c_str(), &old_stat);
113
new_times.actime = old_stat.st_atime; // keep accession time unchanged
Callers
1
run
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected