MCPcopy Create free account
hub / github.com/apache/qpid-proton / connect

Method connect

c/tests/pn_test_proactor.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157pn_connection_t *proactor::connect(const std::string &addr, struct handler *h,
158 pn_connection_t *c) {
159 if (!c) c = pn_connection();
160 if (h) pn_connection_set_context(c, h);
161 pn_proactor_connect2(*this, c, NULL, addr.c_str());
162 return c;
163}
164
165} // namespace pn_test

Callers 1

proactor_test.cppFile · 0.45

Calls 4

pn_connectionFunction · 0.85
c_strMethod · 0.80
pn_proactor_connect2Function · 0.50

Tested by

no test coverage detected