MCPcopy 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
213CENCODING UArray_encoding(const UArray *self) { return self->encoding; }
214
215void UArray_setEncoding_(UArray *self, CENCODING encoding) {
216 // ensure that size matches new encoding

Callers 4

UArray_copy_Function · 0.85
IoSeq_immutable.cFile · 0.85
IoList.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected