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

Class stat

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

Source from the content-addressed store, hash-verified

325 ASSERT_EQ(refused, 1);
326 ASSERT_NOT_NULL(strstr(reason, "not the invoking user"));
327 struct stat link_state;
328 ASSERT_EQ(lstat(fixture.path, &link_state), 0);
329 ASSERT(S_ISLNK(link_state.st_mode));
330 char *content = jl_read(target);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected