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

Function UArray_itemSize

libs/basekit/source/UArray.c:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165CTYPE UArray_itemType(const UArray *self) { return self->itemType; }
166
167size_t UArray_itemSize(const UArray *self) { return self->itemSize; }
168
169// inline
170size_t UArray_sizeRequiredToContain_(const UArray *self, const UArray *other) {

Callers 5

UArray_append_Function · 0.85
UArray_readFromFilePath_Function · 0.85
UArray_writeToFilePath_Function · 0.85
UArray_insert_every_Function · 0.85
IoSeq_immutable.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected