Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
bool Config::SectionExist(const string &sec) {
174
return ini_section_exist(this->_conf, sec.c_str());
175
}
176
177
string Config::Get(const string &sec, const string &key, const string &defaultvalue) {
178
string ret = defaultvalue;
Callers
2
TEST
Function · 0.80
InitConfig
Function · 0.80
Calls
1
ini_section_exist
Function · 0.85
Tested by
1
TEST
Function · 0.64