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

Function GDALAlgorithmParseCommandLineArguments

gcore/gdalalgorithm.cpp:7693–7698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7691 */
7692
7693bool GDALAlgorithmParseCommandLineArguments(GDALAlgorithmH hAlg,
7694 CSLConstList papszArgs)
7695{
7696 VALIDATE_POINTER1(hAlg, __func__, false);
7697 return hAlg->ptr->ParseCommandLineArguments(CPLStringList(papszArgs));
7698}
7699
7700/************************************************************************/
7701/* GDALAlgorithmGetActualAlgorithm() */

Callers 1

TEST_FFunction · 0.85

Calls 1

Tested by 1

TEST_FFunction · 0.68