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

Function make_caps

cpp/src/container_test.cpp:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170std::vector<proton::symbol> make_caps(const std::string& s) {
171 std::vector<proton::symbol> caps;
172 caps.push_back(s);
173 return caps;
174}
175
176int test_container_capabilities() {
177 proton::connection_options opts;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected