MCPcopy Create free account
hub / github.com/IoLanguage/io / UArray_asOSPath

Function UArray_asOSPath

libs/basekit/source/UArray_path.c:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113UArray *UArray_asOSPath(UArray *self) {
114 UArray *a = UArray_clone(self);
115 UArray_replaceCString_withCString_(a, IO_PATH_SEPARATOR, OS_PATH_SEPARATOR);
116 return a;
117}
118
119UArray *UArray_asUnixPath(UArray *self) {
120 UArray *a = UArray_clone(self);

Callers 1

IoSeq_immutable.cFile · 0.85

Calls 2

UArray_cloneFunction · 0.85

Tested by

no test coverage detected