MCPcopy Create free account
hub / github.com/chriskohlhoff/asio / available

Function available

include/asio/basic_socket.hpp:747–754  ·  view source on GitHub ↗

Determine the number of bytes available for reading. * This function is used to determine the number of bytes that may be read * without blocking. * * @return The number of bytes that may be read without blocking, or 0 if an * error occurs. * * @throws asio::system_error Thrown on failure. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

availableMethod · 0.85
availableMethod · 0.85
availableMethod · 0.85

Calls 2

throw_errorFunction · 0.85
availableMethod · 0.45

Tested by

no test coverage detected