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

Class stat

tests/test_config_json_like.c:295–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 const char *root[] = {NULL};
294 ASSERT_EQ(cbm_json_like_upsert_entry(fixture.path, root, 0U, "owned", "true"), -1);
295 struct stat link_state;
296 ASSERT_EQ(lstat(fixture.path, &link_state), 0);
297 ASSERT(S_ISLNK(link_state.st_mode));
298 char *content = jl_read(target);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected