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

Method link_name

cpp/src/connection_driver_test.cpp:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 char name;
215 namer(char c) : name(c) {}
216 std::string link_name() { return std::string(1, name++); }
217};
218
219void test_driver_link_id() {

Callers 1

next_link_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected