MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / buffered

Method buffered

libcaf_net/caf/net/ssl/connection.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118// -- properties ---------------------------------------------------------------
119
120size_t connection::buffered() const noexcept {
121 return static_cast<size_t>(SSL_pending(native(pimpl_)));
122}
123
124stream_socket connection::fd() const noexcept {
125 if (pimpl_ != nullptr) {

Callers 1

make_behaviorMethod · 0.45

Calls 1

nativeFunction · 0.70

Tested by

no test coverage detected