MCPcopy Create free account
hub / github.com/alibaba/async_simple / is_open

Function is_open

demo_example/asio/asio/basic_socket.hpp:492–495  ·  view source on GitHub ↗

Determine whether the socket is open.

Source from the content-addressed store, hash-verified

490
491 /// Determine whether the socket is open.
492 bool is_open() const
493 {
494 return impl_.get_service().is_open(impl_.get_implementation());
495 }
496
497 /// Close the socket.
498 /**

Callers 2

connectFunction · 0.70
async_connectFunction · 0.70

Calls 1

is_openMethod · 0.45

Tested by

no test coverage detected