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:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void BStream_error_(BStream *self, const char *s) {
52
UArray_setCString_(self->errorBa, s);
53
}
54
55
char *BStream_error(BStream *self) {
56
return (char *)UArray_bytes(self->errorBa);
Callers
4
BStream_readTaggedUint32
Function · 0.85
BStream_readTaggedInt32
Function · 0.85
BStream_readTaggedPointer
Function · 0.85
BStream_readTaggedDouble
Function · 0.85
Calls
1
UArray_setCString_
Function · 0.85
Tested by
no test coverage detected