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

Function UArray_bytes

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

Source from the content-addressed store, hash-verified

401const void *UArray_data(const UArray *self) { return self->data; }
402
403const uint8_t *UArray_bytes(const UArray *self) { return self->data; }
404
405uint8_t *UArray_mutableBytes(UArray *self) {
406 UArray_changed(self);

Callers 15

UArray_asBase64Function · 0.85
UArray_fromBase64Function · 0.85
BStream_errorFunction · 0.85
BStream_readUint8Function · 0.85
BStream_readNumber_size_Function · 0.85
BStream_readCStringFunction · 0.85
Date_asStringFunction · 0.85
UArray_isMultibyteFunction · 0.85
IoSeq_immutable.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected