Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ on_open
Method
on_open
cpp/src/test_handler.hpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
listener listener_;
65
66
void on_open(listener& l) override {
67
on_listener_start(l.container());
68
}
69
70
connection_options on_accept(listener& l) override {
71
return connection_options_;
Callers
nothing calls this directly
Calls
1
container
Method · 0.45
Tested by
no test coverage detected