Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1420
Future<Nothing> Connection::disconnected()
1421
{
1422
return dispatch(
1423
data->process,
1424
&internal::ConnectionProcess::disconnected);
1425
}
1426
1427
1428
Future<Connection> connect(
Callers
3
request
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
Calls
1
dispatch
Function · 0.70
Tested by
2
TEST
Function · 0.36
TEST_F
Function · 0.36