MCPcopy Create free account
hub / github.com/3rdparty/libprocess / connect

Method connect

src/posix/libevent/libevent_ssl_socket.cpp:515–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513
514
515Future<Nothing> LibeventSSLSocketImpl::connect(
516 const Address& address)
517{
518 LOG(FATAL) << "No TLS config was passed to a SSL socket.";
519}
520
521
522Future<Nothing> LibeventSSLSocketImpl::connect(

Callers

nothing calls this directly

Calls 8

FailureClass · 0.85
familyMethod · 0.80
futureMethod · 0.80
run_in_event_loopFunction · 0.70
synchronizedFunction · 0.70
getMethod · 0.45
sizeMethod · 0.45
failMethod · 0.45

Tested by

no test coverage detected