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

Method disconnected

src/http.cpp:1420–1425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418
1419
1420Future<Nothing> Connection::disconnected()
1421{
1422 return dispatch(
1423 data->process,
1424 &internal::ConnectionProcess::disconnected);
1425}
1426
1427
1428Future<Connection> connect(

Callers 3

requestFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls 1

dispatchFunction · 0.70

Tested by 2

TESTFunction · 0.36
TEST_FFunction · 0.36