Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ ws_is_unc
Function
ws_is_unc
src/foundation/workspace.c:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
static bool ws_is_unc(const char *path) {
65
return path && ws_is_sep(path[0]) && ws_is_sep(path[1]);
66
}
67
68
static bool ws_is_windows_style(const char *path) {
69
if (!path || !path[0]) {
Callers
1
cbm_workspace_classify_root
Function · 0.85
Calls
1
ws_is_sep
Function · 0.85
Tested by
no test coverage detected