Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
char *BStream_error(BStream *self) {
56
return (char *)UArray_bytes(self->errorBa);
57
}
58
59
void BStream_setUArray_(BStream *self, UArray *ba) {
60
if (self->ownsUArray) {
Callers
nothing calls this directly
Calls
1
UArray_bytes
Function · 0.85
Tested by
no test coverage detected