Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_convertToUCS4
Function
UArray_convertToUCS4
libs/basekit/source/UArray_utf.c:281–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
}
280
281
void UArray_convertToUCS4(UArray *self) {
282
UArray *a = UArray_asUCS4(self);
283
UArray_swapWith_(self, a);
284
UArray_free(a);
285
}
Callers
2
UArray_convertToEncoding_
Function · 0.85
UArray_convertToFixedSizeType
Function · 0.85
Calls
3
UArray_asUCS4
Function · 0.85
UArray_swapWith_
Function · 0.85
UArray_free
Function · 0.85
Tested by
no test coverage detected