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

Function BStream_error_

libs/basekit/source/BStream.c:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void BStream_error_(BStream *self, const char *s) {
52 UArray_setCString_(self->errorBa, s);
53}
54
55char *BStream_error(BStream *self) {
56 return (char *)UArray_bytes(self->errorBa);

Callers 4

BStream_readTaggedUint32Function · 0.85
BStream_readTaggedInt32Function · 0.85
BStream_readTaggedDoubleFunction · 0.85

Calls 1

UArray_setCString_Function · 0.85

Tested by

no test coverage detected