Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_asCString
Function
UArray_asCString
libs/basekit/source/UArray.c:410–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
}
409
410
const char *UArray_asCString(const UArray *self) {
411
return (const char *)(self->data);
412
}
413
414
void UArray_stackFree(UArray *self) {
415
if (self->data)
Callers
6
UArray_readFromFilePath_
Function · 0.85
UArray_writeToFilePath_
Function · 0.85
IoSeq_immutable.c
File · 0.85
IoBlock.c
File · 0.85
IoMessage_print
Function · 0.85
IoCoroutine_rawPrintBackTrace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected