MCPcopy Create free account
hub / github.com/OSGeo/gdal / FetchNameValueDef

Method FetchNameValueDef

port/cplstringlist.cpp:964–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962 */
963
964const char *CPLStringList::FetchNameValueDef(const char *pszName,
965 const char *pszDefault) const
966
967{
968 const char *pszValue = FetchNameValue(pszName);
969 if (pszValue == nullptr)
970 return pszDefault;
971
972 return pszValue;
973}
974
975/************************************************************************/
976/* InsertString() */

Callers 15

CreateSchemaCommonMethod · 0.80
GetNextArrowArrayMethod · 0.80
WriteMethod · 0.80
WriteXMLHeaderMethod · 0.80
GetArrowStreamMethod · 0.80
GetMaxFeaturesInBatchMethod · 0.80
OGRArrowArrayHelperMethod · 0.80
GetArrowSchemaMethod · 0.80
GetNextArrowArrayMethod · 0.80
writeHeaderMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64