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

Function UArray_appendLong_

libs/basekit/source/UArray.c:777–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777void UArray_appendLong_(UArray *self, long v) {
778 UArray_at_putLong_(self, self->size, v);
779}
780
781void UArray_appendDouble_(UArray *self, double v) {
782 UArray_at_putDouble_(self, self->size, v);

Callers 4

UArray_escapeFunction · 0.85
BStream_writeUint8_Function · 0.85
IoSeq_immutable.cFile · 0.85
IoList.cFile · 0.85

Calls 1

UArray_at_putLong_Function · 0.85

Tested by

no test coverage detected