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

Method write

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

Source from the content-addressed store, hash-verified

111}
112
113ptrdiff_t connection::write(const_byte_span buf) {
114 ERR_clear_error();
115 return SSL_write(native(pimpl_), buf.data(), static_cast<int>(buf.size()));
116}
117
118// -- properties ---------------------------------------------------------------
119

Callers 1

writeFunction · 0.45

Calls 3

nativeFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected