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

Method container

cpp/src/container.cpp:34–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace proton {
33
34container::container(messaging_handler& h, const std::string& id) :
35 impl_(new impl(*this, id, &h)) {}
36container::container(messaging_handler& h) :
37 impl_(new impl(*this, uuid::random().str(), &h)) {}
38container::container(const std::string& id) :

Callers 15

transfer.cppFile · 0.45
on_openMethod · 0.45
on_transport_errorMethod · 0.45
on_openMethod · 0.45
on_openMethod · 0.45
on_connection_closeMethod · 0.45
on_connection_closeMethod · 0.45
session.cppFile · 0.45
link.cppFile · 0.45
on_openMethod · 0.45
on_transport_errorMethod · 0.45
on_transport_errorMethod · 0.45

Calls 2

randomFunction · 0.50
strMethod · 0.45

Tested by 11

on_openMethod · 0.36
on_transport_errorMethod · 0.36
on_openMethod · 0.36
on_openMethod · 0.36
on_connection_closeMethod · 0.36
on_connection_closeMethod · 0.36
on_openMethod · 0.36
on_transport_errorMethod · 0.36
on_transport_errorMethod · 0.36
on_transport_errorMethod · 0.36
test_no_containerFunction · 0.36