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

Function ws_paths_equal

src/foundation/workspace.c:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230static bool ws_paths_equal(const char *a, const char *b) {
231 return ws_is_ancestor_or_equal(a, b) && ws_is_ancestor_or_equal(b, a);
232}
233
234cbm_ws_verdict_t cbm_workspace_classify_root(const char *canonical_path, const char *home_dir,
235 const char *cache_dir) {

Callers 3

ws_match_visitFunction · 0.85

Calls 1

ws_is_ancestor_or_equalFunction · 0.85

Tested by

no test coverage detected