MCPcopy Create free account
hub / github.com/apache/cloudberry / SectionExist

Method SectionExist

gpcontrib/gpcloud/src/s3utils.cpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173bool Config::SectionExist(const string &sec) {
174 return ini_section_exist(this->_conf, sec.c_str());
175}
176
177string Config::Get(const string &sec, const string &key, const string &defaultvalue) {
178 string ret = defaultvalue;

Callers 2

TESTFunction · 0.80
InitConfigFunction · 0.80

Calls 1

ini_section_existFunction · 0.85

Tested by 1

TESTFunction · 0.64