Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
string get_string(const Value& obj, const char *key, const string& dflt) {
84
return get(stringValue, obj, key, dflt).asString();
85
}
86
87
static const string HOME(
"HOME"
);
88
static const string ENV_VAR(
"MESSAGING_CONNECT_FILE"
);
Callers
2
parse_tls
Function · 0.85
parse
Function · 0.85
Calls
1
get
Function · 0.70
Tested by
no test coverage detected