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

Function UArray_appendPointer_

libs/basekit/source/UArray.c:785–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783}
784
785void UArray_appendPointer_(UArray *self, void *v) {
786 UArray_at_putPointer_(self, self->size, v);
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,

Callers 1

UArray_split_Function · 0.85

Calls 1

UArray_at_putPointer_Function · 0.85

Tested by

no test coverage detected