MCPcopy Create free account
hub / github.com/acl-dev/acl / getch

Method getch

lib_acl_cpp/src/stream/istream.cpp:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235int istream::getch()
236{
237 int ret = acl_vstream_getc(stream_);
238 if (ret == ACL_VSTREAM_EOF) {
239 CHECK_ERROR(errno);
240 }
241 return ret;
242}
243
244int istream::ugetch(int ch)
245{

Callers

nothing calls this directly

Calls 1

acl_vstream_getcFunction · 0.85

Tested by

no test coverage detected