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

Function configure

cpp/src/test_handler.hpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37using proton::error_condition;
38
39static inline string configure(connection_options& opts, const string& config) {
40 istringstream is(config);
41 return connect_config::parse(is, opts);
42}
43
44// Extra classes to resolve clash of on_error in both messaging_handler and listen_handler
45class messaging_handler : public proton::messaging_handler {

Callers 6

test_addrFunction · 0.85
test_invalid_configFunction · 0.85
test_invalid_jsonFunction · 0.85
connectMethod · 0.85
acceptMethod · 0.85
connectMethod · 0.85

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected