MCPcopy 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
410const char *UArray_asCString(const UArray *self) {
411 return (const char *)(self->data);
412}
413
414void UArray_stackFree(UArray *self) {
415 if (self->data)

Callers 6

UArray_readFromFilePath_Function · 0.85
UArray_writeToFilePath_Function · 0.85
IoSeq_immutable.cFile · 0.85
IoBlock.cFile · 0.85
IoMessage_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected