Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ disconnect
Method
disconnect
src/http.cpp:1411–1417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1409
1410
1411
Future<Nothing> Connection::disconnect()
1412
{
1413
return dispatch(
1414
data->process,
1415
&internal::ConnectionProcess::disconnect,
1416
None());
1417
}
1418
1419
1420
Future<Nothing> Connection::disconnected()
Callers
3
TEST_F
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
Calls
1
dispatch
Function · 0.70
Tested by
3
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36