MCPcopy 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
64static bool ws_is_unc(const char *path) {
65 return path && ws_is_sep(path[0]) && ws_is_sep(path[1]);
66}
67
68static bool ws_is_windows_style(const char *path) {
69 if (!path || !path[0]) {

Callers 1

Calls 1

ws_is_sepFunction · 0.85

Tested by

no test coverage detected