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

Class stat

src/cli/config_edit_path.c:212–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 return CBM_CONFIG_EDIT_PATH_REFUSED;
211 }
212 struct stat link_state;
213 if (lstat(path, &link_state) != 0 || !S_ISLNK(link_state.st_mode)) {
214 return edit_path_copy(path, target->path, sizeof(target->path)) == 0
215 ? CBM_CONFIG_EDIT_PATH_DIRECT

Callers 1

edit_path_classifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected