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

Function BStream_error

libs/basekit/source/BStream.c:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55char *BStream_error(BStream *self) {
56 return (char *)UArray_bytes(self->errorBa);
57}
58
59void BStream_setUArray_(BStream *self, UArray *ba) {
60 if (self->ownsUArray) {

Callers

nothing calls this directly

Calls 1

UArray_bytesFunction · 0.85

Tested by

no test coverage detected