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

Method RunActions

gcore/gdalalgorithm.cpp:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795/************************************************************************/
796
797void GDALAlgorithmArg::RunActions()
798{
799 for (const auto &f : m_actions)
800 f();
801}
802
803/************************************************************************/
804/* GDALAlgorithmArg::ValidateChoice() */

Callers 1

Calls 1

fFunction · 0.50

Tested by

no test coverage detected