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

Function UArray_appendBytes_size_

libs/basekit/source/UArray.c:789–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789void UArray_appendBytes_size_(UArray *self, const uint8_t *bytes, size_t size) {
790 UArray a = UArray_stackAllocedWithData_type_size_((uint8_t *)bytes,
791 CTYPE_uint8_t, size);
792 UArray_append_(self, &a);
793}
794
795/*
796void UArray_appendByte_(UArray *self, uint8_t byte)

Callers 10

UArray_appendCString_Function · 0.85
UArray_asBase64Function · 0.85
UArray_fromBase64Function · 0.85
UArray_insert_every_Function · 0.85
IoList.cFile · 0.85

Calls 2

UArray_append_Function · 0.85

Tested by

no test coverage detected