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

Function UArray_empty

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

Source from the content-addressed store, hash-verified

353}
354
355void UArray_empty(UArray *self) { UArray_setSize_(self, 0); }
356
357void UArray_setCString_(UArray *self, const char *s) {
358 UArray_empty(self);

Callers 1

UArray_setCString_Function · 0.85

Calls 1

UArray_setSize_Function · 0.85

Tested by

no test coverage detected