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

Method readn_peek

lib_acl_cpp/src/stream/istream.cpp:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382bool istream::readn_peek(string* buf, size_t cnt, bool clear /* = false */)
383{
384 acl_assert(buf);
385 return readn_peek(*buf, cnt, clear);
386}
387
388istream& istream::operator>>(acl::string& s)
389{

Callers 5

peek_head_2bytesMethod · 0.80
peek_head_len_2bytesMethod · 0.80
peek_head_len_8bytesMethod · 0.80
peek_head_masking_keyMethod · 0.80
peek_frame_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected