MCPcopy 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
281void UArray_convertToUCS4(UArray *self) {
282 UArray *a = UArray_asUCS4(self);
283 UArray_swapWith_(self, a);
284 UArray_free(a);
285}

Callers 2

Calls 3

UArray_asUCS4Function · 0.85
UArray_swapWith_Function · 0.85
UArray_freeFunction · 0.85

Tested by

no test coverage detected