Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
355
void UArray_empty(UArray *self) { UArray_setSize_(self, 0); }
356
357
void 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