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

Method config_with_port

cpp/src/test_handler.hpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98 protected:
99 string config_with_port(const string& bare_config) {
100 ostringstream ss;
101 ss << "{" << "\"port\":" << listener_.port() << ", " << bare_config << "}";
102 return ss.str();
103 }
104
105 void connect(container& c, const string& bare_config) {
106 connection_options opts;

Callers

nothing calls this directly

Calls 2

portMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected