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

Function peek

3rd/asio-1.24.0/include/asio/buffered_stream.hpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 /// Throws an exception on failure.
267 template <typename MutableBufferSequence>
268 std::size_t peek(const MutableBufferSequence& buffers)
269 {
270 return stream_impl_.peek(buffers);
271 }
272
273 /// Peek at the incoming data on the stream. Returns the number of bytes read,
274 /// or 0 if an error occurred.

Callers

nothing calls this directly

Calls 1

peekMethod · 0.45

Tested by

no test coverage detected