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

Method gets_peek

lib_acl_cpp/src/stream/istream.cpp:297–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297bool istream::gets_peek(string* buf, bool nonl /* = true */,
298 bool clear /* = false */, int max /* = 0 */)
299{
300 acl_assert(buf);
301 return gets_peek(*buf, nonl, clear, max);
302}
303
304bool istream::read_peek(string& buf, bool clear /* = false */)
305{

Callers 2

do_runFunction · 0.80
do_runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected