Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcndev/bytecoin
/ disconnect
Method
disconnect
src/http/Client.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
, keep_alive(true) {}
19
20
void Client::disconnect() {
21
clear();
22
d_handler();
23
}
24
25
void Client::clear() {
26
waiting_write_response = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected