Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_asUnixPath
Function
UArray_asUnixPath
libs/basekit/source/UArray_path.c:119–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
UArray *UArray_asUnixPath(UArray *self) {
120
UArray *a = UArray_clone(self);
121
UArray_replaceCString_withCString_(a, OS_PATH_SEPARATOR, IO_PATH_SEPARATOR);
122
return a;
123
}
Callers
1
IoSeq_immutable.c
File · 0.85
Calls
2
UArray_clone
Function · 0.85
UArray_replaceCString_withCString_
Function · 0.85
Tested by
no test coverage detected