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

Function get_string

cpp/src/connect_config.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83string get_string(const Value& obj, const char *key, const string& dflt) {
84 return get(stringValue, obj, key, dflt).asString();
85}
86
87static const string HOME("HOME");
88static const string ENV_VAR("MESSAGING_CONNECT_FILE");

Callers 2

parse_tlsFunction · 0.85
parseFunction · 0.85

Calls 1

getFunction · 0.70

Tested by

no test coverage detected