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

Function BStream_readCString

libs/basekit/source/BStream.c:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238const char *BStream_readCString(BStream *self) {
239 BStream_readUArray_(self, self->tmp);
240 return (const char *)UArray_bytes(self->tmp);
241}
242
243// tagged writing --------------------------------------
244

Callers

nothing calls this directly

Calls 2

BStream_readUArray_Function · 0.85
UArray_bytesFunction · 0.85

Tested by

no test coverage detected