Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_error_
Function
UArray_error_
libs/basekit/source/UArray.c:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void UArray_error_(const UArray *self, char *e) {
159
printf(
"%s\n"
, e);
160
exit(-1);
161
}
162
163
// new
164
Callers
7
UArray_translate
Function · 0.85
UArray_negate
Function · 0.85
UArray_rawPointerAt_
Function · 0.85
UArray_rawLongAt_
Function · 0.85
UArray_rawDoubleAt_
Function · 0.85
UArray_at_putPointer_
Function · 0.85
UArray_insert_every_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected