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

Method Scan

gpcontrib/gpcloud/src/s3utils.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190bool Config::Scan(const string &sec, const string &key, const char *scanfmt, void *dst) {
191 if ((key == "") || (sec == "") || (this->_conf == NULL)) return false;
192
193 return ini_sget(this->_conf, sec.c_str(), key.c_str(), scanfmt, dst);
194}
195
196int64_t Config::SafeScan(const string &varName, const string &section, int64_t defaultValue,
197 int64_t minValue, int64_t maxValue) {

Callers 1

TESTFunction · 0.80

Calls 1

ini_sgetFunction · 0.85

Tested by 1

TESTFunction · 0.64