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

Function next_link_name

cpp/src/session.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67namespace {
68std::string next_link_name(const connection& c) {
69 io::link_namer* ln = connection_context::get(unwrap(c)).link_gen;
70
71 return ln ? ln->link_name() : uuid::random().str();
72}
73}
74
75sender session::open_sender(const std::string &addr) {

Callers 2

open_senderMethod · 0.85
open_receiverMethod · 0.85

Calls 5

unwrapFunction · 0.85
getFunction · 0.70
randomFunction · 0.50
link_nameMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected