| 228 | } |
| 229 | |
| 230 | static 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 | |
| 234 | cbm_ws_verdict_t cbm_workspace_classify_root(const char *canonical_path, const char *home_dir, |
| 235 | const char *cache_dir) { |
no test coverage detected