Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
tests/test_pipeline.c:5720–5720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5718
* and the rewrite could land in the same tick as the original write. */
5719
#ifndef _WIN32
5720
struct stat mst;
5721
if (stat(path, &mst) == 0) {
5722
struct timespec times[2];
5723
times[0].tv_sec = mst.st_atime;
Callers
1
test_pipeline.c
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected