Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ do_close
Method
do_close
cpp/src/container_test.cpp:538–538 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
wq_->add(call_do_close_);
537
}
538
void do_close() { connection_.close(); }
539
void on_connection_close(proton::connection &) override { set(
"closed"
); }
540
};
541
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected