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

Function GDALAlgorithmArgSetAsString

gcore/gdalalgorithm.cpp:8913–8917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8911 */
8912
8913bool GDALAlgorithmArgSetAsString(GDALAlgorithmArgH hArg, const char *value)
8914{
8915 VALIDATE_POINTER1(hArg, __func__, false);
8916 return hArg->ptr->Set(value ? value : "");
8917}
8918
8919/************************************************************************/
8920/* GDALAlgorithmArgSetAsInteger() */

Callers 1

TEST_FFunction · 0.85

Calls 1

SetMethod · 0.45

Tested by 1

TEST_FFunction · 0.68