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

Function BStream_writeUArray_

libs/basekit/source/BStream.c:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void BStream_writeUArray_(BStream *self, UArray *ba) {
150 BStream_writeInt32_(self, (int32_t)UArray_size(ba));
151 UArray_append_(self->ba, ba);
152 self->index += UArray_size(ba);
153}
154
155// reading --------------------------------------
156

Callers

nothing calls this directly

Calls 3

BStream_writeInt32_Function · 0.85
UArray_sizeFunction · 0.85
UArray_append_Function · 0.85

Tested by

no test coverage detected