Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_encoding
Function
UArray_encoding
libs/basekit/source/UArray.c:213–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
CENCODING UArray_encoding(const UArray *self) { return self->encoding; }
214
215
void UArray_setEncoding_(UArray *self, CENCODING encoding) {
216
// ensure that size matches new encoding
Callers
4
UArray_copy_
Function · 0.85
UArray_convertToItemType_
Function · 0.85
IoSeq_immutable.c
File · 0.85
IoList.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected