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

Function UArray_stackAllocedWithCString_

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

Source from the content-addressed store, hash-verified

395}
396
397UArray UArray_stackAllocedWithCString_(char *s) {
398 return UArray_stackAllocedWithData_type_size_(s, CTYPE_uint8_t, strlen(s));
399}
400
401const void *UArray_data(const UArray *self) { return self->data; }
402

Callers 8

UArray_quoteFunction · 0.85
UArray_unquoteFunction · 0.85
UArray_appendPath_Function · 0.85
UArray_findPathExtensionFunction · 0.85
IoSeq_newFromFilePath_Function · 0.85
IoSeq_mutable.cFile · 0.85

Tested by

no test coverage detected