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

Function make_url

cpp/src/container_test.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45namespace {
46
47std::string make_url(std::string host, int port) {
48 std::ostringstream url;
49 url << "//" << host << ":" << port;
50 return url.str();
51}
52
53struct test_listen_handler : public proton::listen_handler {
54 bool on_open_, on_accept_, on_close_;

Callers 2

on_openMethod · 0.85
on_container_startMethod · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected