MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / peek

Method peek

3rd/asio-1.24.0/include/asio/impl/buffered_read_stream.hpp:485–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483template <typename Stream>
484template <typename MutableBufferSequence>
485std::size_t buffered_read_stream<Stream>::peek(
486 const MutableBufferSequence& buffers)
487{
488 if (storage_.empty())
489 this->fill();
490 return this->peek_copy(buffers);
491}
492
493template <typename Stream>
494template <typename MutableBufferSequence>

Callers 2

peekFunction · 0.45
ReadSomeMethod · 0.45

Calls 4

fillMethod · 0.95
peek_copyMethod · 0.95
error_codeClass · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected