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

Class stat

tests/test_mcp.c:2730–2730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2728 char source_path[512];
2729 snprintf(source_path, sizeof(source_path), "%s/project/main.go", tmp);
2730 struct stat source_stat;
2731 ASSERT_EQ(stat(source_path, &source_stat), 0);
2732#ifdef __APPLE__
2733 int64_t source_mtime_ns =

Callers 2

test_mcp.cFile · 0.70
roq_file_existsFunction · 0.70

Calls

no outgoing calls

Tested by 1

roq_file_existsFunction · 0.56