MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / stat

Class stat

src/watcher/watcher.c:500–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498
499/* Platform-portable mtime_ns (mirrors pipeline_incremental.c). */
500static int64_t sig_stat_mtime_ns(const struct stat *st) {
501#ifdef __APPLE__
502 return ((int64_t)st->st_mtimespec.tv_sec * NS_PER_SEC) + (int64_t)st->st_mtimespec.tv_nsec;
503#elif defined(_WIN32)

Callers 3

sig_fold_path_statFunction · 0.70
root_statusFunction · 0.70
init_baselineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected